Home
last modified time | relevance | path

Searched refs:QEMU_PCI_CAP_MSI (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dmsi.h51 return dev->cap_present & QEMU_PCI_CAP_MSI; in msi_present()
H A Dpci.h187 QEMU_PCI_CAP_MSI = 0x1, enumerator
/openbmc/qemu/hw/pci/
H A Dmsi.c234 dev->cap_present |= QEMU_PCI_CAP_MSI; in msi_init()
268 dev->cap_present &= ~QEMU_PCI_CAP_MSI; in msi_uninit()
/openbmc/qemu/hw/vfio/
H A Dpci.c1263 if (pdev->cap_present & QEMU_PCI_CAP_MSI && in vfio_pci_write_config()
3167 if (pdev->cap_present & QEMU_PCI_CAP_MSI) { in vfio_realize()
H A Dpci-quirks.c873 if ((pdev->cap_present & QEMU_PCI_CAP_MSI) && in vfio_nvidia_quirk_mirror_write()