Home
last modified time | relevance | path

Searched refs:PCIE_IS_RC (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h75 #define PCIE_IS_ROOT(bus_p) (PCIE_IS_RC(bus_p) || PCIE_IS_RP(bus_p))
89 #define PCIE_IS_RC(bus_p) \ macro
178 #define PFD_IS_RC(pfd_p) PCIE_IS_RC(PCIE_PFD2BUS(pfd_p))
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_fm.c860 if (!PCIE_IS_RC(PCIE_DIP2BUS(px_dip))) in px_err_pio_hdl_check()
863 ASSERT(PCIE_IS_RC(PCIE_DIP2BUS(px_dip))); in px_err_pio_hdl_check()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c2245 if (!PCIE_IS_RC(PCIE_PFD2BUS(rc_pfd_p))) in pf_matched_in_rc()
2463 if (!PCIE_IS_RC(bus_p) && (!PCIE_CHECK_VALID_BDF(bdf) || in pf_hdl_child_lookup()
2487 if (!PCIE_IS_RC(bus_p) && ((dip_bdf == bdf) || in pf_hdl_child_lookup()
H A Dpcie.c2231 if (rc_bus_p && PCIE_IS_RC(rc_bus_p)) in pcie_get_rc_dip()
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_lib4v.c2248 if (PCIE_DIP2BUS(rcdip) && PCIE_IS_RC(PCIE_DIP2BUS(rcdip))) in px_lib_fabric_sync()