Searched refs:ibv_reg_mr (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/lib/ofed/libibverbs/
H A DMakefile71 ibv_reg_mr.3 \
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_verbs.h70 return ibv_reg_mr(id->pd, addr, length, IBV_ACCESS_LOCAL_WRITE);
76 return ibv_reg_mr(id->pd, addr, length, IBV_ACCESS_LOCAL_WRITE |
83 return ibv_reg_mr(id->pd, addr, length, IBV_ACCESS_LOCAL_WRITE |
H A Drsocket.c3792 iomr->mr = ibv_reg_mr(rs->cm_id->pd, buf, len, access);
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drping.c400 cb->recv_mr = ibv_reg_mr(cb->pd, &cb->recv_buf, sizeof cb->recv_buf,
407 cb->send_mr = ibv_reg_mr(cb->pd, &cb->send_buf, sizeof cb->send_buf, 0);
421 cb->rdma_mr = ibv_reg_mr(cb->pd, cb->rdma_buf, cb->size,
439 cb->start_mr = ibv_reg_mr(cb->pd, cb->start_buf, cb->size,
H A Dmckey.c98 node->mr = ibv_reg_mr(node->pd, node->mem,
H A Dcmatose.c97 node->mr = ibv_reg_mr(node->pd, node->mem, message_size,
H A Dudaddy.c93 node->mr = ibv_reg_mr(node->pd, node->mem,
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Ddriver.h170 struct ibv_mr *mr, struct ibv_reg_mr *cmd,
H A Dcompat-1_0.c710 real_mr = ibv_reg_mr(pd->real_pd, addr, length, access);
724 symver(__ibv_reg_mr_1_0, ibv_reg_mr, IBVERBS_1.0);
H A Dkern-abi.h370 struct ibv_reg_mr { struct
H A Dverbs.c295 default_symver(__ibv_reg_mr, ibv_reg_mr);
H A Dverbs.h1736 * ibv_reg_mr - Register a memory region
1738 struct ibv_mr *ibv_reg_mr(struct ibv_pd *pd, void *addr,
H A Dcmd.c360 struct ibv_mr *mr, struct ibv_reg_mr *cmd,
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rdmasniff.c284 priv->mr = ibv_reg_mr(priv->pd, handle->buffer, handle->bufsize, IBV_ACCESS_LOCAL_WRITE);
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c354 ctx->mr = ibv_reg_mr(ctx->pd, ctx->buf, size + 40, IBV_ACCESS_LOCAL_WRITE);
H A Duc_pingpong.c343 ctx->mr = ibv_reg_mr(ctx->pd, ctx->buf, size, IBV_ACCESS_LOCAL_WRITE);
H A Dxsrq_pingpong.c250 ctx.mr = ibv_reg_mr(ctx.pd, ctx.buf, ctx.size, IBV_ACCESS_LOCAL_WRITE);
H A Dsrq_pingpong.c394 ctx->mr = ibv_reg_mr(ctx->pd, ctx->buf, size, IBV_ACCESS_LOCAL_WRITE);
H A Drc_pingpong.c398 ctx->mr = ibv_reg_mr(ctx->pd, ctx->buf, size, access_flags);
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dverbs.c115 struct ibv_reg_mr cmd;
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dverbs.c267 struct ibv_reg_mr cmd;
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dverbs.c170 struct ibv_reg_mr cmd;

Completed in 172 milliseconds