aboutsummaryrefslogtreecommitdiff
path: root/doc/opal-api/opal-pci-get-set-xive-reissue-35-36.rst
blob: 5c4e68573aeb966c424c95226f19afceb808f68d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OPAL_PCI_GET_XIVE_REISSUE and OPAL_PCI_SET_XIVE_REISSUE
=======================================================
::

   static int64_t opal_pci_get_xive_reissue(uint64_t phb_id __unused,
					 uint32_t xive_number __unused,
					 uint8_t *p_bit __unused,
					 uint8_t *q_bit __unused)

   static int64_t opal_pci_set_xive_reissue(uint64_t phb_id __unused,
					 uint32_t xive_number __unused,
					 uint8_t p_bit __unused,
					 uint8_t q_bit __unused)


Both of these calls are remnants from previous OPAL versions, calling either
of them shall return ``OPAL_UNSUPPORTED``.