Searched refs:osm_switch_get_least_hops (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_switch.c | 313 least_hops = osm_switch_get_least_hops(p_sw, base_lid); in osm_switch_recommend_path() 674 return osm_switch_get_least_hops(p_sw, cl_ntoh16(lid)); in osm_switch_get_port_least_hops() 684 hops = osm_switch_get_least_hops(p_sw, cl_ntoh16(lid)); in osm_switch_get_port_least_hops() 757 least_hops = osm_switch_get_least_hops(p_sw, base_lid); in osm_switch_recommend_mcast_path()
|
H A D | osm_ucast_updn.c | 176 current_min_hop = osm_switch_get_least_hops(u->sw, lid); in updn_bfs_by_node() 479 osm_switch_get_least_hops(p_sw, lid_ho); in updn_find_root_nodes_by_min_hop()
|
H A D | osm_dump.c | 213 best_hops = osm_switch_get_least_hops(p_sw, base_lid); in dump_ucast_routes() 317 if (osm_switch_get_least_hops(p_sw, lid) == OSM_NO_PATH) in dump_lid_matrix()
|
H A D | osm_mcast_mgr.c | 203 least_hops = osm_switch_get_least_hops(this_sw, lid); in mcast_mgr_compute_avg_hops() 238 hops = osm_switch_get_least_hops(this_sw, lid); in mcast_mgr_compute_max_hops()
|
H A D | osm_ucast_dnup.c | 159 current_min_hop = osm_switch_get_least_hops(u->sw, lid); in dnup_bfs_by_node()
|
H A D | osm_ucast_mgr.c | 158 hops = osm_switch_get_least_hops(p_remote_sw, lid_ho); in ucast_mgr_process_neighbor()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_switch.h | 355 static inline uint8_t osm_switch_get_least_hops(IN const osm_switch_t * p_sw, in osm_switch_get_least_hops() function
|