Searched refs:PCI_CAP_ID_MSI (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dmsi.c23 if (type == PCI_CAP_ID_MSI && nvec > 1)
/linux-master/drivers/pci/msi/
H A Dpcidev_msi.c16 dev->msi_cap = pci_find_capability(dev, PCI_CAP_ID_MSI);
H A Dlegacy.c28 if (type == PCI_CAP_ID_MSI && nvec > 1)
H A Dmsi.c379 ret = pci_msi_setup_msi_irqs(dev, nvec, PCI_CAP_ID_MSI);
/linux-master/arch/x86/pci/
H A Dxen.c173 if (type == PCI_CAP_ID_MSI && nvec > 1)
189 (type == PCI_CAP_ID_MSI) ? nvec : 1,
235 if (type == PCI_CAP_ID_MSI && nvec > 1)
248 (type == PCI_CAP_ID_MSI) ? nvec : 1,
261 type == PCI_CAP_ID_MSI ? "" : "-X", irq);
292 if (type == PCI_CAP_ID_MSI && nvec > 1) {
316 if (type == PCI_CAP_ID_MSI && nvec > 1 && ret) {
343 (type == PCI_CAP_ID_MSI) ? nvec : 1,
419 type = to_pci_dev(dev)->msix_enabled ? PCI_CAP_ID_MSIX : PCI_CAP_ID_MSI;
/linux-master/drivers/xen/xen-pciback/
H A Dconf_space_capability.c289 .capability = PCI_CAP_ID_MSI,
/linux-master/arch/powerpc/platforms/pseries/
H A Dmsi.c384 if (type == PCI_CAP_ID_MSI) {
433 int type = pdev->msix_enabled ? PCI_CAP_ID_MSIX : PCI_CAP_ID_MSI;
/linux-master/arch/s390/pci/
H A Dpci_irq.c283 if (type == PCI_CAP_ID_MSI && nvec > 1)
/linux-master/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:
1909 if (cap_id == PCI_CAP_ID_MSI)
/linux-master/arch/powerpc/sysdev/
H A Dfsl_msi.c190 if (type == PCI_CAP_ID_MSI) {
/linux-master/drivers/pci/controller/dwc/
H A Dpci-imx6.c1176 offset = dw_pcie_find_capability(pci, PCI_CAP_ID_MSI);
1428 u8 offset = dw_pcie_find_capability(pci, PCI_CAP_ID_MSI);
H A Dpcie-designware-ep.c734 PCI_CAP_ID_MSI);
/linux-master/include/uapi/linux/
H A Dpci_regs.h215 #define PCI_CAP_ID_MSI 0x05 /* Message Signalled Interrupts */ macro
/linux-master/drivers/mmc/host/
H A Dsdhci-pci-o2micro.c547 ret = pci_find_capability(chip->pdev, PCI_CAP_ID_MSI);
/linux-master/drivers/pci/
H A Dquirks.c5425 pos = pci_find_capability(pdev, PCI_CAP_ID_MSI);

Completed in 240 milliseconds