Searched refs:ibv_cmd_reg_mr (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ofed/libibverbs/ |
H A D | libibverbs.map | 132 ibv_cmd_reg_mr;
|
H A D | driver.h | 171 int ibv_cmd_reg_mr(struct ibv_pd *pd, void *addr, size_t length,
|
H A D | cmd.c | 358 int ibv_cmd_reg_mr(struct ibv_pd *pd, void *addr, size_t length, in ibv_cmd_reg_mr() function
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_uverbs.c | 202 err = ibv_cmd_reg_mr(pd, addr, length, in irdma_ureg_mr() 473 ret = ibv_cmd_reg_mr(&iwvctx->iwupd->ibv_pd, info.cq_base, in ucreate_cq() 494 ret = ibv_cmd_reg_mr(&iwvctx->iwupd->ibv_pd, info.shadow_area, in ucreate_cq() 1308 ret = ibv_cmd_reg_mr(pd, info->sq, totalqpsize, in irdma_vmapped_qp() 2024 ret = ibv_cmd_reg_mr(new_mr.ibv_mr.pd, cq_base, cq_size, in irdma_uresize_cq()
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | verbs.c | 123 if (ibv_cmd_reg_mr(pd, addr, length, hca_va, in __c4iw_reg_mr()
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | verbs.c | 275 ret = ibv_cmd_reg_mr(pd, addr, length, (uintptr_t) addr, in mlx4_reg_mr()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | verbs.c | 179 ret = ibv_cmd_reg_mr(pd, addr, length, (uintptr_t)addr, access, in mlx5_reg_mr()
|