Searched refs:PCIE_IS_PCI (Results 1 – 2 of 2) sorted by relevance
69 #define PCIE_IS_PCI(bus_p) (!PCIE_IS_PCIE(bus_p)) macro98 #define PCIE_IS_PCI_BDG(bus_p) (PCIE_IS_PCI(bus_p) && PCIE_IS_BDG(bus_p))
2091 if (!PCIE_IS_PCI(PCIE_PFD2BUS(pfd_p))) in pf_get_parent_pcie_bridge()