PCI_CAP_ID_MSI    200 arch/mips/pci/msi-octeon.c 	if (type == PCI_CAP_ID_MSI && nvec > 1)
PCI_CAP_ID_MSI     23 arch/powerpc/kernel/msi.c 	if (type == PCI_CAP_ID_MSI && nvec > 1)
PCI_CAP_ID_MSI    415 arch/powerpc/platforms/pseries/msi.c 	if (type == PCI_CAP_ID_MSI) {
PCI_CAP_ID_MSI    189 arch/powerpc/sysdev/fsl_msi.c 	if (type == PCI_CAP_ID_MSI) {
PCI_CAP_ID_MSI    245 arch/s390/pci/pci_irq.c 	if (type == PCI_CAP_ID_MSI && nvec > 1)
PCI_CAP_ID_MSI    169 arch/x86/pci/xen.c 	if (type == PCI_CAP_ID_MSI && nvec > 1)
PCI_CAP_ID_MSI    185 arch/x86/pci/xen.c 					       (type == PCI_CAP_ID_MSI) ? nvec : 1,
PCI_CAP_ID_MSI    234 arch/x86/pci/xen.c 	if (type == PCI_CAP_ID_MSI && nvec > 1)
PCI_CAP_ID_MSI    247 arch/x86/pci/xen.c 					       (type == PCI_CAP_ID_MSI) ? nvec : 1,
PCI_CAP_ID_MSI    260 arch/x86/pci/xen.c 		type == PCI_CAP_ID_MSI ? "" : "-X", irq);
PCI_CAP_ID_MSI    291 arch/x86/pci/xen.c 		if (type == PCI_CAP_ID_MSI && nvec > 1) {
PCI_CAP_ID_MSI    315 arch/x86/pci/xen.c 		if (type == PCI_CAP_ID_MSI && nvec > 1 && ret) {
PCI_CAP_ID_MSI    342 arch/x86/pci/xen.c 		                               (type == PCI_CAP_ID_MSI) ? nvec : 1,
PCI_CAP_ID_MSI    466 drivers/mmc/host/sdhci-pci-o2micro.c 	ret = pci_find_capability(chip->pdev, PCI_CAP_ID_MSI);
PCI_CAP_ID_MSI    590 drivers/pci/controller/dwc/pcie-designware-ep.c 	ep->msi_cap = dw_pcie_find_capability(pci, PCI_CAP_ID_MSI);
PCI_CAP_ID_MSI    102 drivers/pci/msi.c 	if (type == PCI_CAP_ID_MSI && nvec > 1)
PCI_CAP_ID_MSI    643 drivers/pci/msi.c 	ret = pci_msi_setup_msi_irqs(dev, nvec, PCI_CAP_ID_MSI);
PCI_CAP_ID_MSI   1660 drivers/pci/probe.c 	dev->msi_cap = pci_find_capability(dev, PCI_CAP_ID_MSI);
PCI_CAP_ID_MSI   5069 drivers/pci/quirks.c 	pos = pci_find_capability(pdev, PCI_CAP_ID_MSI);
PCI_CAP_ID_MSI     49 drivers/vfio/pci/vfio_pci_config.c 	[PCI_CAP_ID_MSI]	= 0xFF,		/* 10, 14, 20, or 24 */
PCI_CAP_ID_MSI   1238 drivers/vfio/pci/vfio_pci_config.c 	case PCI_CAP_ID_MSI:
PCI_CAP_ID_MSI   1796 drivers/vfio/pci/vfio_pci_config.c 			if (cap_id == PCI_CAP_ID_MSI)