Home
last modified time | relevance | path

Searched refs:least_hops (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_switch.c257 uint8_t least_hops; in osm_switch_recommend_path() local
313 least_hops = osm_switch_get_least_hops(p_sw, base_lid); in osm_switch_recommend_path()
314 if (least_hops == OSM_NO_PATH) in osm_switch_recommend_path()
354 if (hops == least_hops) in osm_switch_recommend_path()
379 least_hops) in osm_switch_recommend_path()
698 uint8_t least_hops; in osm_switch_recommend_mcast_path() local
757 least_hops = osm_switch_get_least_hops(p_sw, base_lid); in osm_switch_recommend_mcast_path()
758 if (least_hops == OSM_NO_PATH) in osm_switch_recommend_mcast_path()
762 least_hops) in osm_switch_recommend_mcast_path()
H A Dosm_mcast_mgr.c194 uint32_t least_hops; in mcast_mgr_compute_avg_hops() local
203 least_hops = osm_switch_get_least_hops(this_sw, lid); in mcast_mgr_compute_avg_hops()
207 hops += (least_hops + 1) * sw->num_of_mcm + in mcast_mgr_compute_avg_hops()
208 least_hops * sw->is_mc_member; in mcast_mgr_compute_avg_hops()
H A Dosm_ucast_ftree.c2256 uint8_t least_hops; in fabric_route_upgoing_by_going_down() local
2318 least_hops = sw_get_least_hops(p_remote_sw, target_lid); in fabric_route_upgoing_by_going_down()
2320 if (least_hops != OSM_NO_PATH) { in fabric_route_upgoing_by_going_down()
2332 if (current_hops + 1 >= least_hops) in fabric_route_upgoing_by_going_down()