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

/freebsd-10.2-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_ucast_mgr.h101 cl_qmap_t cache_sw_tbl; member in struct:osm_ucast_mgr
134 * cache_sw_tbl
/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_cache.c147 cl_qmap_get(&p_mgr->cache_sw_tbl, lid_ho);
149 cl_qmap_end(&p_mgr->cache_sw_tbl))
181 cl_qmap_insert(&p_mgr->cache_sw_tbl, lid_ho,
217 p_next_sw = (cache_switch_t *) cl_qmap_head(&p_mgr->cache_sw_tbl);
219 (cache_switch_t *) cl_qmap_end(&p_mgr->cache_sw_tbl)) {
229 cl_qmap_remove_item(&p_mgr->cache_sw_tbl,
377 for (p_sw = (cache_switch_t *) cl_qmap_head(&p_mgr->cache_sw_tbl);
378 p_sw != (cache_switch_t *) cl_qmap_end(&p_mgr->cache_sw_tbl);
416 p_next_sw = (cache_switch_t *) cl_qmap_head(&p_mgr->cache_sw_tbl);
418 (cache_switch_t *) cl_qmap_end(&p_mgr->cache_sw_tbl)) {
[all...]
H A Dosm_ucast_mgr.c100 cl_qmap_init(&p_mgr->cache_sw_tbl);

Completed in 45 milliseconds