Home
last modified time | relevance | path

Searched refs:IBV_ACCESS_LOCAL_WRITE (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/ofed/librdmacm/
Drdma_verbs.h70 return ibv_reg_mr(id->pd, addr, length, IBV_ACCESS_LOCAL_WRITE); in rdma_reg_msgs()
76 return ibv_reg_mr(id->pd, addr, length, IBV_ACCESS_LOCAL_WRITE | in rdma_reg_read()
83 return ibv_reg_mr(id->pd, addr, length, IBV_ACCESS_LOCAL_WRITE | in rdma_reg_write()
Drsocket.c3773 int access = IBV_ACCESS_LOCAL_WRITE; in riomap()
/freebsd-12-stable/contrib/ofed/librdmacm/examples/
Drping.c401 IBV_ACCESS_LOCAL_WRITE); in rping_setup_buffers()
422 IBV_ACCESS_LOCAL_WRITE | in rping_setup_buffers()
440 IBV_ACCESS_LOCAL_WRITE | in rping_setup_buffers()
Dmckey.c100 IBV_ACCESS_LOCAL_WRITE); in create_message()
Dcmatose.c98 IBV_ACCESS_LOCAL_WRITE); in create_message()
Dudaddy.c95 IBV_ACCESS_LOCAL_WRITE); in create_message()
/freebsd-12-stable/contrib/libpcap/
Dpcap-rdmasniff.c284 priv->mr = ibv_reg_mr(priv->pd, handle->buffer, handle->bufsize, IBV_ACCESS_LOCAL_WRITE); in rdmasniff_activate()
/freebsd-12-stable/contrib/ofed/libmlx5/
Dqp.c454 if (bind_info->mw_access_flags & IBV_ACCESS_LOCAL_WRITE) in set_umr_mkey_seg()
535 !(to_mmr(bind_info->mr)->alloc_flags & IBV_ACCESS_LOCAL_WRITE)))) in set_bind_wr()
/freebsd-12-stable/contrib/ofed/libibverbs/examples/
Duc_pingpong.c343 ctx->mr = ibv_reg_mr(ctx->pd, ctx->buf, size, IBV_ACCESS_LOCAL_WRITE); in pp_init_ctx()
Dud_pingpong.c354 ctx->mr = ibv_reg_mr(ctx->pd, ctx->buf, size + 40, IBV_ACCESS_LOCAL_WRITE); in pp_init_ctx()
Dsrq_pingpong.c394 ctx->mr = ibv_reg_mr(ctx->pd, ctx->buf, size, IBV_ACCESS_LOCAL_WRITE); in pp_init_ctx()
Drc_pingpong.c330 int access_flags = IBV_ACCESS_LOCAL_WRITE; in pp_init_ctx()
Dxsrq_pingpong.c250 ctx.mr = ibv_reg_mr(ctx.pd, ctx.buf, ctx.size, IBV_ACCESS_LOCAL_WRITE); in pp_init_ctx()
/freebsd-12-stable/contrib/ofed/libibverbs/
Dverbs.h490 IBV_ACCESS_LOCAL_WRITE = 1, enumerator