Home
last modified time | relevance | path

Searched refs:osm_switch_get_hop_count (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_switch.c341 osm_switch_get_hop_count(p_sw, base_lid, in osm_switch_recommend_path()
378 osm_switch_get_hop_count(p_sw, base_lid, port_num) != in osm_switch_recommend_path()
737 osm_switch_get_hop_count(p_sw, base_lid, port_num); in osm_switch_recommend_mcast_path()
761 if (osm_switch_get_hop_count(p_sw, base_lid, port_num) == in osm_switch_recommend_mcast_path()
H A Dosm_dump.c176 osm_switch_get_hop_count(p_sw, base_lid, port_num); in dump_ucast_routes()
181 osm_switch_get_hop_count(p_sw, lid_ho, port_num); in dump_ucast_routes()
201 osm_switch_get_hop_count(p_sw, in dump_ucast_routes()
322 osm_switch_get_hop_count(p_sw, lid, port)); in dump_lid_matrix()
H A Dosm_ucast_dnup.c163 osm_switch_get_hop_count(p_remote_sw, lid, pn_rem); in dnup_bfs_by_node()
H A Dosm_ucast_updn.c180 osm_switch_get_hop_count(p_remote_sw, lid, pn_rem); in updn_bfs_by_node()
H A Dosm_ucast_mgr.c163 osm_switch_get_hop_count(p_this_sw, lid_ho, port_num)) { in ucast_mgr_process_neighbor()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_switch.h266 static inline uint8_t osm_switch_get_hop_count(IN const osm_switch_t * p_sw, in osm_switch_get_hop_count() function