Searched refs:p_sw_guid_tbl (Results 1 – 4 of 4) sorted by relevance
600 cl_qmap_t *p_sw_guid_tbl; in osm_ucast_mgr_build_lid_matrices() local602 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() local1107 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()
309 cl_qmap_t *p_sw_guid_tbl; in drop_mgr_remove_switch() local315 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()
203 cl_qmap_t *p_sw_guid_tbl; in si_rcv_process_new() local211 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()
1171 cl_qmap_t *p_sw_guid_tbl = &p_osm->subn.sw_guid_tbl; in switchbalance_parse() local1172 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() local1371 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()