Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sparc/io/pciex/
H A Dpcie_sparc.c51 if (PCIE_IS_ROOT(parent_bus_p)) in pcie_init_plat()
/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcie.c643 if (PCIE_IS_ROOT(bus_p)) { in pcie_init_pfd()
774 if (PCIE_IS_ROOT(bus_p)) { in pcie_fini_pfd()
1115 if (PCIE_IS_ROOT(parent_bus_p)) { in pcie_init_bus()
1389 if (PCIE_IS_ROOT(bus_p) && in pcie_enable_errors()
1460 if (!PCIE_IS_ROOT(bus_p)) in pcie_enable_errors()
1578 if (!PCIE_IS_ROOT(bus_p)) in pcie_disable_errors()
H A Dpcie_fault.c185 if (PCIE_IS_ROOT(PCIE_PFD2BUS(pfd_p))) { in pf_eh_exit()
578 if (PCIE_IS_ROOT(bus_p)) { in pf_pcie_regs_gather()
644 if (PCIE_IS_ROOT(bus_p)) { in pf_pcie_regs_gather()
773 if (PCIE_IS_ROOT(bus_p)) { in pf_pcie_regs_clear()
2570 if ((tlp_bdf >= my_bdf) && !PCIE_IS_ROOT(bus_p)) { in pf_tlp_decode()
2573 } else if (PCIE_IS_ROOT(bus_p) && in pf_tlp_decode()
3059 if (PCIE_IS_ROOT(bus_p)) { in pf_reset_pfd()
3075 if (PCIE_IS_ROOT(bus_p)) { in pf_reset_pfd()
/titanic_41/usr/src/uts/common/sys/
H A Dpcie_impl.h72 #define PCIE_IS_ROOT(bus_p) (PCIE_IS_RC(bus_p) || PCIE_IS_RP(bus_p)) macro
173 #define PFD_IS_ROOT(pfd_p) PCIE_IS_ROOT(PCIE_PFD2BUS(pfd_p))