Searched refs:QEMU_PCI_CAP_MSI (Results 1 – 5 of 5) sorted by relevance
51 return dev->cap_present & QEMU_PCI_CAP_MSI; in msi_present()
187 QEMU_PCI_CAP_MSI = 0x1, enumerator
234 dev->cap_present |= QEMU_PCI_CAP_MSI; in msi_init()268 dev->cap_present &= ~QEMU_PCI_CAP_MSI; in msi_uninit()
1263 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()
873 if ((pdev->cap_present & QEMU_PCI_CAP_MSI) && in vfio_nvidia_quirk_mirror_write()