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

/freebsd-11.0-release/contrib/ofed/management/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-11.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_map.c1232 while (p_fmap_item != cl_fmap_end(p_map)) {
1461 if (p_item == cl_fmap_end(p_map))
1555 while (p_item != cl_fmap_end(p_src_map)) {
1614 while (p_item1 != cl_fmap_end(p_map1) && p_item2 != cl_fmap_end(p_map2)) {
1631 while (p_item2 != cl_fmap_end(p_map2))
1634 while (p_item1 != cl_fmap_end(p_map1))

Completed in 103 milliseconds