Searched refs:pci_ari_enabled (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/xen/
H A Dpci.c68 if (pci_ari_enabled(pci_dev->bus) && PCI_SLOT(pci_dev->devfn))
129 else if (pci_ari_enabled(pci_dev->bus) && PCI_SLOT(pci_dev->devfn)) {
/linux-master/drivers/pci/
H A Dirq.c97 if (pci_ari_enabled(dev->bus))
H A Diov.c763 if (pci_ari_enabled(dev->bus))
H A Dpci-sysfs.c275 return sysfs_emit(buf, "%u\n", pci_ari_enabled(pci_dev->bus));
H A Dprobe.c2624 if (pci_ari_enabled(bus))
/linux-master/drivers/acpi/
H A Dpci_irq.c142 int device = pci_ari_enabled(dev->bus) ? 0 : PCI_SLOT(dev->devfn);
/linux-master/include/linux/
H A Dpci.h2657 * pci_ari_enabled - query ARI forwarding status
2662 static inline bool pci_ari_enabled(struct pci_bus *bus) function
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c1209 if (!pci_ari_enabled(bp->pdev->bus)) {

Completed in 332 milliseconds