Home
last modified time | relevance | path

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

/qemu/hw/pci/
H A Dmsix.c363 dev->cap_present |= QEMU_PCI_CAP_MSIX; in msix_init()
476 dev->cap_present &= ~QEMU_PCI_CAP_MSIX; in msix_uninit()
522 return dev->cap_present & QEMU_PCI_CAP_MSIX; in msix_present()
528 return (dev->cap_present & QEMU_PCI_CAP_MSIX) && in msix_enabled()
/qemu/hw/vfio/
H A Dpci-quirks.c1016 if (vdev->pdev.cap_present & QEMU_PCI_CAP_MSIX) { in vfio_rtl8168_quirk_address_write()
1054 if (rtl->enabled && (vdev->pdev.cap_present & QEMU_PCI_CAP_MSIX)) { in vfio_rtl8168_quirk_data_read()
H A Dpci.c1319 } else if (pdev->cap_present & QEMU_PCI_CAP_MSIX && in vfio_pci_write_config()
3132 if (pdev->cap_present & QEMU_PCI_CAP_MSIX) { in vfio_interrupt_setup()
/qemu/include/hw/pci/
H A Dpci.h192 QEMU_PCI_CAP_MSIX = 0x2, enumerator