Searched refs:p_sw_tbl (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_mcast_mgr.c258 cl_qmap_t *p_sw_tbl; local
271 p_sw_tbl = &sm->p_subn->sw_guid_tbl;
275 for (p_sw = (osm_switch_t *) cl_qmap_head(p_sw_tbl);
276 p_sw != (osm_switch_t *) cl_qmap_end(p_sw_tbl);
901 cl_qmap_t *p_sw_tbl; local
910 p_sw_tbl = &sm->p_subn->sw_guid_tbl;
911 p_sw = (osm_switch_t *) cl_qmap_head(p_sw_tbl);
912 while (p_sw != (osm_switch_t *) cl_qmap_end(p_sw_tbl)) {
1139 cl_qmap_t *p_sw_tbl; local
1147 p_sw_tbl
1204 cl_qmap_t *p_sw_tbl; local
[all...]
H A Dosm_ucast_cache.c446 cl_qmap_t *p_sw_tbl; local
453 p_sw_tbl = &p_mgr->p_subn->sw_guid_tbl;
454 if (cl_qmap_count(p_sw_tbl) == 0) {
465 for (p_sw = (osm_switch_t *) cl_qmap_head(p_sw_tbl);
466 p_sw != (osm_switch_t *) cl_qmap_end(p_sw_tbl);
H A Dosm_state_mgr.c577 cl_qmap_t *p_sw_tbl; local
585 p_sw_tbl = &sm->p_subn->sw_guid_tbl;
600 cl_qmap_apply_func(p_sw_tbl, __osm_state_mgr_get_sw_info, sm);

Completed in 108 milliseconds