/openbmc/linux/arch/x86/pci/ |
H A D | xen.c | 173 if (type == PCI_CAP_ID_MSI && nvec > 1) in xen_setup_msi_irqs() 189 (type == PCI_CAP_ID_MSI) ? nvec : 1, in xen_setup_msi_irqs() 235 if (type == PCI_CAP_ID_MSI && nvec > 1) in xen_hvm_setup_msi_irqs() 248 (type == PCI_CAP_ID_MSI) ? nvec : 1, in xen_hvm_setup_msi_irqs() 261 type == PCI_CAP_ID_MSI ? "" : "-X", irq); in xen_hvm_setup_msi_irqs() 292 if (type == PCI_CAP_ID_MSI && nvec > 1) { in xen_initdom_setup_msi_irqs() 316 if (type == PCI_CAP_ID_MSI && nvec > 1 && ret) { in xen_initdom_setup_msi_irqs() 343 (type == PCI_CAP_ID_MSI) ? nvec : 1, in xen_initdom_setup_msi_irqs() 419 type = to_pci_dev(dev)->msix_enabled ? PCI_CAP_ID_MSIX : PCI_CAP_ID_MSI; in xen_msi_domain_alloc_irqs()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | msi.c | 23 if (type == PCI_CAP_ID_MSI && nvec > 1) in arch_setup_msi_irqs()
|
/openbmc/linux/drivers/pci/msi/ |
H A D | pcidev_msi.c | 16 dev->msi_cap = pci_find_capability(dev, PCI_CAP_ID_MSI); in pci_msi_init()
|
H A D | legacy.c | 28 if (type == PCI_CAP_ID_MSI && nvec > 1) in arch_setup_msi_irqs()
|
H A D | msi.c | 384 ret = pci_msi_setup_msi_irqs(dev, nvec, PCI_CAP_ID_MSI); in msi_capability_init()
|
/openbmc/qemu/hw/pci/ |
H A D | msi.c | 227 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()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | msi.c | 383 if (type == PCI_CAP_ID_MSI) { in rtas_prepare_msi_irqs() 428 int type = pdev->msix_enabled ? PCI_CAP_ID_MSIX : PCI_CAP_ID_MSI; in pseries_msi_ops_prepare()
|
/openbmc/linux/drivers/xen/xen-pciback/ |
H A D | conf_space_capability.c | 289 .capability = PCI_CAP_ID_MSI,
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 49 [PCI_CAP_ID_MSI] = 0xFF, /* 10, 14, 20, or 24 */ 1313 case PCI_CAP_ID_MSI: in vfio_cap_len() 1909 if (cap_id == PCI_CAP_ID_MSI) in vfio_config_do_rw()
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | fsl_msi.c | 188 if (type == PCI_CAP_ID_MSI) { in fsl_setup_msi_irqs()
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pci-imx6.c | 1191 offset = dw_pcie_find_capability(pci, PCI_CAP_ID_MSI); in imx6_pcie_msi_save_restore() 1455 u8 offset = dw_pcie_find_capability(pci, PCI_CAP_ID_MSI); in imx6_pcie_probe()
|
H A D | pcie-designware-ep.c | 780 PCI_CAP_ID_MSI); in dw_pcie_ep_init()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 214 #define PCI_CAP_ID_MSI 0x05 /* Message Signalled Interrupts */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 215 #define PCI_CAP_ID_MSI 0x05 /* Message Signalled Interrupts */ macro
|
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 339 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()
|
/openbmc/u-boot/include/ |
H A D | pci.h | 320 #define PCI_CAP_ID_MSI 0x05 /* Message Signalled Interrupts */ macro
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-pci-o2micro.c | 547 ret = pci_find_capability(chip->pdev, PCI_CAP_ID_MSI); in sdhci_pci_o2_enable_msi()
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 1751 .grp_id = PCI_CAP_ID_MSI,
|
/openbmc/qemu/hw/i386/ |
H A D | amd_iommu.c | 1542 ret = pci_add_capability(pdev, PCI_CAP_ID_MSI, 0, in amdvi_pci_realize()
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.c | 2207 case PCI_CAP_ID_MSI: in vfio_add_std_cap()
|
/openbmc/linux/drivers/pci/ |
H A D | quirks.c | 5439 pos = pci_find_capability(pdev, PCI_CAP_ID_MSI); in quirk_intel_qat_vf_cap()
|