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

/freebsd-13-stable/contrib/ofed/opensm/include/complib/
H A Dcl_fleximap.h88 * cl_fmap_key
155 * calling cl_fmap_key.
171 * Flexi Map, cl_fmap_insert, cl_fmap_key, cl_pool_item_t, cl_list_item_t
346 /****f* Component Library: Flexi Map/cl_fmap_key
348 * cl_fmap_key
351 * The cl_fmap_key function retrieves the key value of a map item.
355 static inline const void *cl_fmap_key(IN const cl_fmap_item_t * const p_item) function
/freebsd-13-stable/contrib/ofed/opensm/complib/
H A Dcl_map.c1549 cl_fmap_insert(p_dest_map, cl_fmap_key(p_item), p_item);
1554 cl_fmap_insert(p_src_map, cl_fmap_key(p_item),
1576 p_temp = cl_fmap_insert(p_dest, cl_fmap_key(*pp_item), *pp_item);
1601 cmp = p_map1->pfn_compare(cl_fmap_key(p_item1),
1602 cl_fmap_key(p_item2));

Completed in 86 milliseconds