Searched refs:osm_get_switch_by_guid (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_ucast_file.c | 99 osm_get_switch_by_guid(&p_osm->subn, port_guid))) in add_path() 190 p_sw = osm_get_switch_by_guid(&p_osm->subn, sw_guid); in do_ucast_file_load() 325 p_sw = osm_get_switch_by_guid(&p_osm->subn, guid); in do_lid_matrix_file_load()
|
H A D | osm_lin_fwd_rcv.c | 95 p_sw = osm_get_switch_by_guid(sm->p_subn, node_guid); in osm_lft_rcv_process()
|
H A D | osm_mcast_fwd_rcv.c | 107 p_sw = osm_get_switch_by_guid(sm->p_subn, node_guid); in osm_mft_rcv_process()
|
H A D | osm_ucast_updn.c | 526 sw = osm_get_switch_by_guid(&osm->subn, cl_hton64(guid)); in update_id() 553 sw = osm_get_switch_by_guid(&updn->p_osm->subn, cl_hton64(guid)); in rank_root_node()
|
H A D | osm_console.c | 1163 p_sw = osm_get_switch_by_guid(&p_osm->subn, cl_hton64(guid)); in switchbalance_parse() 1363 p_sw = osm_get_switch_by_guid(&p_osm->subn, cl_hton64(guid)); in lidbalance_parse()
|
H A D | osm_subnet.c | 1376 osm_switch_t *osm_get_switch_by_guid(IN const osm_subn_t * p_subn, in osm_get_switch_by_guid() function
|
H A D | osm_ucast_dfsssp.c | 2607 p_sw = osm_get_switch_by_guid(p_mgr->p_subn, guid); in dfsssp_do_mcast_routing()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_subnet.h | 1183 struct osm_switch *osm_get_switch_by_guid(IN const osm_subn_t * p_subn,
|