aboutsummaryrefslogtreecommitdiff
path: root/doc/opal-api/opal-pci-msi-eoi-63.rst
blob: 24bdb789d54d57a42b08f2958b7619c0fc2c29a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. _OPAL_PCI_MSI_EOI:

OPAL_PCI_MSI_EOI
================

.. code-block:: c

   #define OPAL_PCI_MSI_EOI			63

   int64_t opal_pci_msi_eoi(uint64_t phb_id, uint32_t hwirq);

Only required on PHB3 (POWER8) based systems.

Returns
-------

:ref:`OPAL_SUCCESS`
     Success!
:ref:`OPAL_PARAMETER`
     Invalid PHB id or hwirq.
:ref:`OPAL_HARDWARE`
     Hardware or configuration issue.
:ref:`OPAL_UNSUPPORTED`
     Unsupported on this PHB.