Searched refs:least_hops (Results 1 – 3 of 3) sorted by relevance
257 uint8_t least_hops; in osm_switch_recommend_path() local313 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() local757 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()
194 uint32_t least_hops; in mcast_mgr_compute_avg_hops() local203 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()
2256 uint8_t least_hops; in fabric_route_upgoing_by_going_down() local2318 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()