Home
last modified time | relevance | path

Searched refs:PCIE_IS_PCIE (Results 1 – 4 of 4) sorted by relevance

/titanic_44/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))
459 if (PCIE_IS_PCIE(PCIE_DIP2BUS(dip))) { \
465 if (PCIE_IS_PCIE(PCIE_DIP2BUS(dip))) { \
/titanic_44/usr/src/uts/common/io/pciex/
H A Dpcie.c551 if (pcie_serr_disable_flag && PCIE_IS_PCIE(bus_p)) in pcie_initchild()
598 if (PCIE_IS_PCIE(bus_p)) { in pcie_initchild()
656 if (PCIE_IS_PCIE(bus_p)) { in pcie_init_pfd()
718 if (PCIE_IS_PCIE(bus_p)) { in pcie_fini_pfd()
1072 if (!PCIE_IS_PCIE(bus_p)) in pcie_init_bus()
1369 if (!PCIE_IS_PCIE(bus_p)) in pcie_enable_errors()
1484 if (!PCIE_IS_PCIE(bus_p)) in pcie_enable_ce()
1536 if (!PCIE_IS_PCIE(bus_p)) in pcie_disable_errors()
1722 if (PCIE_IS_PCIE(bus_p)) { in pcie_is_link_disabled()
1791 if (PCIE_IS_PCIE(bus_p)) { in pcie_initchild_mps()
H A Dpcie_fault.c687 if (PCIE_IS_PCIE(bus_p)) in pf_pci_regs_gather()
786 if (PCIE_IS_PCIE(bus_p)) in pf_pci_regs_clear()
2818 if (PCIE_IS_PCIE(bus_p)) { in pf_send_ereport()
3074 if (PCIE_IS_PCIE(bus_p)) { in pf_reset_pfd()
/titanic_44/usr/src/uts/intel/io/pciex/
H A Dpcieb_x86.c564 if (!PCIE_IS_PCIE(bus_p) || !PCIE_HAS_AER(bus_p)) in pcieb_intel_rber_workaround()