Searched refs:cl_qmap_obj (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/include/complib/
H A Dcl_map.h737 return (cl_qmap_obj(PARENT_STRUCT(itor, cl_map_obj_t, item)));
H A Dcl_qmap.h85 * cl_qmap_set_obj, cl_qmap_obj, cl_qmap_key
219 * Use cl_qmap_set_obj and cl_qmap_obj to set and retrieve the value
227 * Use cl_qmap_set_obj and cl_qmap_obj to set and retrieve the object
231 * Quick Map, cl_qmap_set_obj, cl_qmap_obj, cl_map_item_t
396 * Quick Map, cl_qmap_obj
399 /****f* Component Library: Quick Map/cl_qmap_obj
401 * cl_qmap_obj
404 * The cl_qmap_obj function returns the object stored in a map object.
408 static inline void *cl_qmap_obj(IN const cl_map_obj_t * const p_map_obj) function
/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_txn.c291 p_txn = (osmv_txn_ctx_t *) cl_qmap_obj(p_obj);
393 *pp_txn = cl_qmap_obj(p_obj);
464 *pp_txn = cl_qmap_obj(p_obj);
485 p_txn = (osmv_txn_ctx_t *) cl_qmap_obj(p_obj);
/freebsd-13-stable/contrib/ofed/opensm/complib/
H A Dcl_map.c749 return (cl_qmap_obj(p_obj_at_key));
763 return (cl_qmap_obj(PARENT_STRUCT(p_item, cl_map_obj_t, item)));
777 return (cl_qmap_obj(PARENT_STRUCT(p_item, cl_map_obj_t, item)));
804 p_obj = cl_qmap_obj((cl_map_obj_t *) p_item);

Completed in 66 milliseconds