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

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

Completed in 78 milliseconds