Searched refs:PCIE_IS_RC (Results 1 – 5 of 5) sorted by relevance
75 #define PCIE_IS_ROOT(bus_p) (PCIE_IS_RC(bus_p) || PCIE_IS_RP(bus_p))89 #define PCIE_IS_RC(bus_p) \ macro178 #define PFD_IS_RC(pfd_p) PCIE_IS_RC(PCIE_PFD2BUS(pfd_p))
860 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()
2245 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()
2215 if (rc_bus_p && PCIE_IS_RC(rc_bus_p)) in pcie_get_rc_dip()
2248 if (PCIE_DIP2BUS(rcdip) && PCIE_IS_RC(PCIE_DIP2BUS(rcdip))) in px_lib_fabric_sync()