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

/freebsd-current/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_txn.c283 cl_qmap_t *p_map = p_bo->txn_mgr.p_txn_map;
333 p_tx_mgr->p_txn_map = malloc(sizeof(cl_qmap_t));
334 if (!p_tx_mgr->p_txn_map) {
340 memset(p_tx_mgr->p_txn_map, 0, sizeof(cl_qmap_t));
342 cl_qmap_init(p_tx_mgr->p_txn_map);
353 free(p_bo->txn_mgr.p_txn_map);
377 p_tx_mgr->p_txn_map);
379 p_item = cl_qmap_head(p_tx_mgr->p_txn_map);
380 while (p_item != cl_qmap_end(p_tx_mgr->p_txn_map)) {
388 p_item = cl_qmap_get(p_tx_mgr->p_txn_map, ke
[all...]
/freebsd-current/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_txn.h96 cl_qmap_t *p_txn_map; member in struct:_osmv_txn_mgr

Completed in 122 milliseconds