Home
last modified time | relevance | path

Searched refs:p_sw_guid_tbl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_mgr.c600 cl_qmap_t *p_sw_guid_tbl; in osm_ucast_mgr_build_lid_matrices() local
602 p_sw_guid_tbl = &p_mgr->p_subn->sw_guid_tbl; in osm_ucast_mgr_build_lid_matrices()
610 cl_qmap_apply_func(p_sw_guid_tbl, set_default_hop_wf, NULL); in osm_ucast_mgr_build_lid_matrices()
627 cl_qmap_apply_func(p_sw_guid_tbl, ucast_mgr_process_hop_0_1, p_mgr); in osm_ucast_mgr_build_lid_matrices()
646 iteration_max = cl_qmap_count(p_sw_guid_tbl); in osm_ucast_mgr_build_lid_matrices()
667 cl_qmap_apply_func(p_sw_guid_tbl, in osm_ucast_mgr_build_lid_matrices()
1102 cl_qmap_t *p_sw_guid_tbl; in osm_ucast_mgr_process() local
1107 p_sw_guid_tbl = &p_mgr->p_subn->sw_guid_tbl; in osm_ucast_mgr_process()
1116 if (cl_qmap_count(p_sw_guid_tbl) == 0 || in osm_ucast_mgr_process()
H A Dosm_drop_mgr.c309 cl_qmap_t *p_sw_guid_tbl; in drop_mgr_remove_switch() local
315 p_sw_guid_tbl = &sm->p_subn->sw_guid_tbl; in drop_mgr_remove_switch()
317 p_sw = (osm_switch_t *) cl_qmap_remove(p_sw_guid_tbl, node_guid); in drop_mgr_remove_switch()
318 if (p_sw == (osm_switch_t *) cl_qmap_end(p_sw_guid_tbl)) { in drop_mgr_remove_switch()
H A Dosm_sw_info_rcv.c203 cl_qmap_t *p_sw_guid_tbl; in si_rcv_process_new() local
211 p_sw_guid_tbl = &sm->p_subn->sw_guid_tbl; in si_rcv_process_new()
243 p_check = (osm_switch_t *) cl_qmap_insert(p_sw_guid_tbl, in si_rcv_process_new()
H A Dosm_console.c1171 cl_qmap_t *p_sw_guid_tbl = &p_osm->subn.sw_guid_tbl; in switchbalance_parse() local
1172 for (p_sw = (osm_switch_t *) cl_qmap_head(p_sw_guid_tbl); in switchbalance_parse()
1173 p_sw != (osm_switch_t *) cl_qmap_end(p_sw_guid_tbl); in switchbalance_parse()
1370 cl_qmap_t *p_sw_guid_tbl = &p_osm->subn.sw_guid_tbl; in lidbalance_parse() local
1371 for (p_sw = (osm_switch_t *) cl_qmap_head(p_sw_guid_tbl); in lidbalance_parse()
1372 p_sw != (osm_switch_t *) cl_qmap_end(p_sw_guid_tbl); in lidbalance_parse()