Home
last modified time | relevance | path

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

/qemu/hw/pci/
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()
/qemu/include/hw/pci/
A Dpci.h188 QEMU_PCI_CAP_MSIX = 0x2, enumerator
/qemu/hw/vfio/
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()
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()

Completed in 19 milliseconds