Home
last modified time | relevance | path

Searched refs:osm_switch_get_least_hops (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_switch.c313 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 Dosm_ucast_updn.c176 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 Dosm_dump.c213 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 Dosm_mcast_mgr.c203 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 Dosm_ucast_dnup.c159 current_min_hop = osm_switch_get_least_hops(u->sw, lid); in dnup_bfs_by_node()
H A Dosm_ucast_mgr.c158 hops = osm_switch_get_least_hops(p_remote_sw, lid_ho); in ucast_mgr_process_neighbor()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_switch.h355 static inline uint8_t osm_switch_get_least_hops(IN const osm_switch_t * p_sw, in osm_switch_get_least_hops() function