Searched defs:PCIE_IS_PCIE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h67 #define PCIE_IS_PCIE(bus_p) (bus_p->bus_pcie_off) macro
69 #define PCIE_IS_PCI(bus_p) (!PCIE_IS_PCIE(bus_p))
90 PCIE_IS_PCIE(bus_p))
104 (PCIE_IS_PCIE(bus_p) && PCIE_IS_BDG(bus_p) && !PCIE_IS_PCIE_BDG(bus_p))
455 * XXX - PCIE_IS_PCIE check is required in order not to invoke these macros
459 if (PCIE_IS_PCIE(PCIE_DIP2BUS(dip))) { \
465 if (PCIE_IS_PCIE(PCIE_DIP2BUS(dip))) { \

Completed in 158 milliseconds