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

/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl_transaction_mgr.c296 trans_mgr_p->madw_by_tid_map_p =
298 cl_qmap_init(trans_mgr_p->madw_by_tid_map_p);
352 cl_qmap_remove_item(trans_mgr_p->madw_by_tid_map_p,
361 free(trans_mgr_p->madw_by_tid_map_p);
436 cl_qmap_insert(trans_mgr_p->madw_by_tid_map_p, key,
463 p_map_item = cl_qmap_get(trans_mgr_p->madw_by_tid_map_p, key);
464 if (p_map_item != cl_qmap_end(trans_mgr_p->madw_by_tid_map_p)) {
474 cl_qmap_remove_item(trans_mgr_p->madw_by_tid_map_p,
516 p_map_item = cl_qmap_get(trans_mgr_p->madw_by_tid_map_p, key);
517 if (p_map_item != cl_qmap_end(trans_mgr_p->madw_by_tid_map_p)) {
[all...]
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mtl_transaction_mgr.h138 cl_qmap_t *madw_by_tid_map_p; member in struct:_osm_transaction_mgr
146 * madw_by_tid_map_p

Completed in 58 milliseconds