Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_MSIX (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c278 addr = qpci_find_capability(dev, PCI_CAP_ID_MSIX, 0); in qpci_msix_enable()
307 addr = qpci_find_capability(dev, PCI_CAP_ID_MSIX, 0); in qpci_msix_disable()
341 addr = qpci_find_capability(dev, PCI_CAP_ID_MSIX, 0); in qpci_msix_masked()
359 addr = qpci_find_capability(dev, PCI_CAP_ID_MSIX, 0); in qpci_msix_table_size()
/openbmc/u-boot/drivers/misc/
H A Dswap_case.c137 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
/openbmc/u-boot/test/dm/
H A Dpci.c216 PCI_CAP_ID_MSIX); in dm_test_pci_cap()
/openbmc/qemu/hw/pci/
H A Dmsix.c356 cap = pci_add_capability(dev, PCI_CAP_ID_MSIX, in msix_init()
470 pci_del_capability(dev, PCI_CAP_ID_MSIX, MSIX_CAP_LENGTH); in msix_uninit()
/openbmc/u-boot/include/
H A Dpci.h332 #define PCI_CAP_ID_MSIX 0x11 /* MSI-X */ macro
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c1803 .grp_id = PCI_CAP_ID_MSIX,