Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_MSI (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/pci/
H A Dmsi.c227 config_offset = pci_add_capability(dev, PCI_CAP_ID_MSI, offset, in msi_init()
267 pci_del_capability(dev, PCI_CAP_ID_MSI, cap_size); in msi_uninit()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h215 #define PCI_CAP_ID_MSI 0x05 /* Message Signalled Interrupts */ macro
/qemu/tests/qtest/
H A Dahci-test.c339 g_assert_cmphex((data & 0xFF), ==, PCI_CAP_ID_MSI); in ahci_test_pci_spec()
372 case PCI_CAP_ID_MSI: in ahci_test_pci_caps()
/qemu/hw/i386/
H A Damd_iommu.c1542 ret = pci_add_capability(pdev, PCI_CAP_ID_MSI, 0, in amdvi_pci_realize()
/qemu/hw/xen/
H A Dxen_pt_config_init.c1751 .grp_id = PCI_CAP_ID_MSI,
/qemu/hw/vfio/
H A Dpci.c2207 case PCI_CAP_ID_MSI: in vfio_add_std_cap()