Home
last modified time | relevance | path

Searched refs:ibv_cmd_dereg_mr (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c244 ret = ibv_cmd_dereg_mr(mr); in irdma_udereg_mr()
532 ibv_cmd_dereg_mr(&iwucq->vmr_shadow_area.ibv_mr); in ucreate_cq()
536 ibv_cmd_dereg_mr(&iwucq->vmr.ibv_mr); in ucreate_cq()
580 ibv_cmd_dereg_mr(&cq_buf->vmr.ibv_mr); in irdma_free_cq_buf()
634 ibv_cmd_dereg_mr(&iwucq->vmr.ibv_mr); in irdma_udestroy_cq()
638 ibv_cmd_dereg_mr(&iwucq->vmr_shadow_area.ibv_mr); in irdma_udestroy_cq()
1264 ibv_cmd_dereg_mr(&iwuqp->vmr.ibv_mr); in irdma_destroy_vmapped_qp()
1345 ibv_cmd_dereg_mr(&iwuqp->vmr.ibv_mr); in irdma_vmapped_qp()
2055 ibv_cmd_dereg_mr(&new_mr.ibv_mr); in irdma_uresize_cq()
/freebsd/contrib/ofed/libibverbs/
H A Dlibibverbs.map107 ibv_cmd_dereg_mr;
H A Ddriver.h181 int ibv_cmd_dereg_mr(struct ibv_mr *mr);
H A Dcmd.c415 int ibv_cmd_dereg_mr(struct ibv_mr *mr) in ibv_cmd_dereg_mr() function
/freebsd/contrib/ofed/libcxgb4/
H A Dverbs.c155 ret = ibv_cmd_dereg_mr(mr); in c4iw_dereg_mr()
/freebsd/contrib/ofed/libmlx4/
H A Dverbs.c308 ret = ibv_cmd_dereg_mr(mr); in mlx4_dereg_mr()
/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c211 ret = ibv_cmd_dereg_mr(ibmr); in mlx5_dereg_mr()