Home
last modified time | relevance | path

Searched refs:p_next_item (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/ofed/management/opensm/osmtest/
HDosmtest.c435 cl_map_item_t *p_item, *p_next_item; in osmtest_destroy() local
448 p_next_item = cl_qmap_head(&p_osmt->exp_subn.link_tbl); in osmtest_destroy()
449 while (p_next_item != cl_qmap_end(&p_osmt->exp_subn.link_tbl)) { in osmtest_destroy()
450 p_item = p_next_item; in osmtest_destroy()
451 p_next_item = cl_qmap_next(p_item); in osmtest_destroy()
454 p_next_item = cl_qmap_head(&p_osmt->exp_subn.mgrp_mlid_tbl); in osmtest_destroy()
455 while (p_next_item != cl_qmap_end(&p_osmt->exp_subn.mgrp_mlid_tbl)) { in osmtest_destroy()
456 p_item = p_next_item; in osmtest_destroy()
457 p_next_item = cl_qmap_next(p_item); in osmtest_destroy()
460 p_next_item = cl_qmap_head(&p_osmt->exp_subn.node_guid_tbl); in osmtest_destroy()
[all …]
HDosmt_multicast.c162 cl_map_item_t *p_item, *p_next_item; in osmt_query_mcast() local
215 p_next_item = cl_qmap_head(&p_osmt->exp_subn.mgrp_mlid_tbl); in osmt_query_mcast()
216 while (p_next_item != cl_qmap_end(&p_osmt->exp_subn.mgrp_mlid_tbl)) { in osmt_query_mcast()
217 p_item = p_next_item; in osmt_query_mcast()
218 p_next_item = cl_qmap_next(p_item); in osmt_query_mcast()
/trueos/contrib/ofed/management/opensm/opensm/
HDosm_lid_mgr.c661 cl_list_item_t *p_next_item; in __osm_lid_mgr_find_free_lid_range() local
680 p_next_item = cl_qlist_next(p_item); in __osm_lid_mgr_find_free_lid_range()
706 p_item = p_next_item; in __osm_lid_mgr_find_free_lid_range()