Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/pci/
H A Dxen.c173 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 Dmsi.c23 if (type == PCI_CAP_ID_MSI && nvec > 1) in arch_setup_msi_irqs()
/openbmc/linux/drivers/pci/msi/
H A Dpcidev_msi.c16 dev->msi_cap = pci_find_capability(dev, PCI_CAP_ID_MSI); in pci_msi_init()
H A Dlegacy.c28 if (type == PCI_CAP_ID_MSI && nvec > 1) in arch_setup_msi_irqs()
H A Dmsi.c384 ret = pci_msi_setup_msi_irqs(dev, nvec, PCI_CAP_ID_MSI); in msi_capability_init()
/openbmc/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()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dmsi.c383 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 Dconf_space_capability.c289 .capability = PCI_CAP_ID_MSI,
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c49 [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 Dfsl_msi.c188 if (type == PCI_CAP_ID_MSI) { in fsl_setup_msi_irqs()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpci-imx6.c1191 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 Dpcie-designware-ep.c780 PCI_CAP_ID_MSI); in dw_pcie_ep_init()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h214 #define PCI_CAP_ID_MSI 0x05 /* Message Signalled Interrupts */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h215 #define PCI_CAP_ID_MSI 0x05 /* Message Signalled Interrupts */ macro
/openbmc/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()
/openbmc/u-boot/include/
H A Dpci.h320 #define PCI_CAP_ID_MSI 0x05 /* Message Signalled Interrupts */ macro
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pci-o2micro.c547 ret = pci_find_capability(chip->pdev, PCI_CAP_ID_MSI); in sdhci_pci_o2_enable_msi()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c1751 .grp_id = PCI_CAP_ID_MSI,
/openbmc/qemu/hw/i386/
H A Damd_iommu.c1542 ret = pci_add_capability(pdev, PCI_CAP_ID_MSI, 0, in amdvi_pci_realize()
/openbmc/qemu/hw/vfio/
H A Dpci.c2207 case PCI_CAP_ID_MSI: in vfio_add_std_cap()
/openbmc/linux/drivers/pci/
H A Dquirks.c5439 pos = pci_find_capability(pdev, PCI_CAP_ID_MSI); in quirk_intel_qat_vf_cap()