Searched refs:PCI_CAP_ID_MSI (Results 1 – 10 of 10) sorted by relevance
| /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()
|
| /linux/arch/powerpc/kernel/ |
| H A D | msi.c | 23 if (type == PCI_CAP_ID_MSI && nvec > 1) in arch_setup_msi_irqs()
|
| /linux/drivers/pci/msi/ |
| H A D | legacy.c | 28 if (type == PCI_CAP_ID_MSI && nvec > 1) in arch_setup_msi_irqs()
|
| /linux/drivers/pci/controller/cadence/ |
| H A D | pcie-cadence-ep.c | 235 cap = cdns_pcie_find_capability(pcie, PCI_CAP_ID_MSI); in cdns_pcie_ep_set_msi() 258 cap = cdns_pcie_find_capability(pcie, PCI_CAP_ID_MSI); in cdns_pcie_ep_get_msi() 393 cap = cdns_pcie_find_capability(pcie, PCI_CAP_ID_MSI); in cdns_pcie_ep_send_msi_irq() 448 cap = cdns_pcie_find_capability(pcie, PCI_CAP_ID_MSI); in cdns_pcie_ep_map_msi_irq()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | msi.c | 390 if (type == PCI_CAP_ID_MSI) { in rtas_prepare_msi_irqs() 440 int type = (info->flags & MSI_FLAG_PCI_MSIX) ? PCI_CAP_ID_MSIX : PCI_CAP_ID_MSI; in pseries_msi_ops_prepare()
|
| /linux/drivers/xen/xen-pciback/ |
| H A D | conf_space_capability.c | 289 .capability = PCI_CAP_ID_MSI,
|
| /linux/arch/powerpc/sysdev/ |
| H A D | fsl_msi.c | 190 if (type == PCI_CAP_ID_MSI) { in fsl_setup_msi_irqs()
|
| /linux/include/uapi/linux/ |
| H A D | pci_regs.h | 223 #define PCI_CAP_ID_MSI 0x05 /* Message Signalled Interrupts */ macro
|
| /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()
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-designware-ep.c | 1245 PCI_CAP_ID_MSI); in dw_pcie_ep_init_registers()
|