Searched refs:cl_fmap_end (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/include/complib/
H A Dcl_fleximap.h94 * cl_fmap_end, cl_fmap_head, cl_fmap_tail, cl_fmap_next, cl_fmap_prev
407 /****f* Component Library: Flexi Map/cl_fmap_end
409 * cl_fmap_end
412 * The cl_fmap_end function returns the end of a flexi map.
416 static inline const cl_fmap_item_t *cl_fmap_end(IN const cl_fmap_t * function
434 * cl_fmap_end is useful for determining the validity of map items returned
477 * Flexi Map, cl_fmap_tail, cl_fmap_next, cl_fmap_prev, cl_fmap_end,
510 * cl_fmap_end does not remove the item from the map.
513 * Flexi Map, cl_fmap_head, cl_fmap_next, cl_fmap_prev, cl_fmap_end,
546 * Flexi Map, cl_fmap_head, cl_fmap_tail, cl_fmap_prev, cl_fmap_end,
[all...]
/freebsd-13-stable/contrib/ofed/opensm/complib/
H A Dcl_map.c1221 while (p_fmap_item != cl_fmap_end(p_map)) {
1449 if (p_item == cl_fmap_end(p_map))
1542 while (p_item != cl_fmap_end(p_src_map)) {
1600 while (p_item1 != cl_fmap_end(p_map1) && p_item2 != cl_fmap_end(p_map2)) {
1617 while (p_item2 != cl_fmap_end(p_map2))
1620 while (p_item1 != cl_fmap_end(p_map1))
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_mcmember_record.c146 if (m != (osm_mgrp_t *)cl_fmap_end(&subn->mgrp_mgid_tbl))
1630 p_mgrp != (osm_mgrp_t *) cl_fmap_end(&sa->p_subn->mgrp_mgid_tbl);
H A Dosm_sa.c807 p_mgrp != (osm_mgrp_t *) cl_fmap_end(&p_osm->subn.mgrp_mgid_tbl);
H A Dosm_subnet.c1470 if (mgrp != (osm_mgrp_t *)cl_fmap_end(&subn->mgrp_mgid_tbl))

Completed in 208 milliseconds