Home
last modified time | relevance | path

Searched refs:QEMU_PCI_CAP_MSIX (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dmsix.c354 dev->cap_present |= QEMU_PCI_CAP_MSIX; in msix_init()
467 dev->cap_present &= ~QEMU_PCI_CAP_MSIX; in msix_uninit()
513 return dev->cap_present & QEMU_PCI_CAP_MSIX; in msix_present()
519 return (dev->cap_present & QEMU_PCI_CAP_MSIX) && in msix_enabled()
/openbmc/qemu/include/hw/pci/
H A Dpci.h187 QEMU_PCI_CAP_MSIX = 0x2, enumerator
/openbmc/qemu/hw/vfio/
H A Dpci-quirks.c1061 if (vdev->pdev.cap_present & QEMU_PCI_CAP_MSIX) { in vfio_rtl8168_quirk_address_write()
1099 if (rtl->enabled && (vdev->pdev.cap_present & QEMU_PCI_CAP_MSIX)) { in vfio_rtl8168_quirk_data_read()
H A Dpci.c1282 } else if (pdev->cap_present & QEMU_PCI_CAP_MSIX && in vfio_pci_write_config()
3162 if (pdev->cap_present & QEMU_PCI_CAP_MSIX) { in vfio_realize()