Searched refs:PCI_CAP_ID_MSIX (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | pci.c | 278 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 D | swap_case.c | 137 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
|
| /openbmc/u-boot/test/dm/ |
| H A D | pci.c | 216 PCI_CAP_ID_MSIX); in dm_test_pci_cap()
|
| /openbmc/qemu/hw/pci/ |
| H A D | msix.c | 356 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 D | pci.h | 332 #define PCI_CAP_ID_MSIX 0x11 /* MSI-X */ macro
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen_pt_config_init.c | 1803 .grp_id = PCI_CAP_ID_MSIX,
|