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

/freebsd-13-stable/contrib/ofed/opensm/include/complib/
H A Dcl_map.h213 return (cl_qmap_key(itor));
H A Dcl_qmap.h85 * cl_qmap_set_obj, cl_qmap_obj, cl_qmap_key
178 * cl_qmap_key.
193 * Quick Map, cl_qmap_insert, cl_qmap_key, cl_pool_item_t, cl_list_item_t
426 /****f* Component Library: Quick Map/cl_qmap_key
428 * cl_qmap_key
431 * The cl_qmap_key function retrieves the key value of a map item.
435 static inline uint64_t cl_qmap_key(IN const cl_map_item_t * const p_item) function
/freebsd-13-stable/contrib/ofed/opensm/complib/
H A Dcl_map.c612 cl_qmap_insert(p_dest_map, cl_qmap_key(p_item), p_item);
617 cl_qmap_insert(p_src_map, cl_qmap_key(p_item),
639 p_temp = cl_qmap_insert(p_dest, cl_qmap_key(*pp_item), *pp_item);
664 key1 = cl_qmap_key(p_item1);
665 key2 = cl_qmap_key(p_item2);
/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_txn.c381 tmp_key = cl_qmap_key(p_item);
429 tmp_key = cl_qmap_key(p_item);
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_drop_mgr.c516 CL_ASSERT(cl_qmap_key(&p_node->map_item) ==
595 CL_ASSERT(cl_qmap_key(&p_port->map_item) ==

Completed in 78 milliseconds