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

/freebsd-10.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_txn.c281 cl_qmap_t *p_map = p_bo->txn_mgr.p_txn_map;
331 p_tx_mgr->p_txn_map = malloc(sizeof(cl_qmap_t));
332 if (!p_tx_mgr->p_txn_map) {
338 memset(p_tx_mgr->p_txn_map, 0, sizeof(cl_qmap_t));
340 cl_qmap_init(p_tx_mgr->p_txn_map);
351 free(p_bo->txn_mgr.p_txn_map);
375 p_tx_mgr->p_txn_map);
377 p_item = cl_qmap_head(p_tx_mgr->p_txn_map);
378 while (p_item != cl_qmap_end(p_tx_mgr->p_txn_map)) {
386 p_item = cl_qmap_get(p_tx_mgr->p_txn_map, ke
[all...]
/freebsd-10.3-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_mlx_txn.h96 cl_qmap_t *p_txn_map; member in struct:_osmv_txn_mgr

Completed in 101 milliseconds