Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/librdmacm/
H A 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()
H A Drsocket.c3773 int access = IBV_ACCESS_LOCAL_WRITE; in riomap()
/freebsd/contrib/ofed/librdmacm/examples/
H A 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()
H A Dmckey.c100 IBV_ACCESS_LOCAL_WRITE); in create_message()
H A Dcmatose.c98 IBV_ACCESS_LOCAL_WRITE); in create_message()
H A Dudaddy.c95 IBV_ACCESS_LOCAL_WRITE); in create_message()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c475 IBV_ACCESS_LOCAL_WRITE, &iwucq->vmr.ibv_mr, in ucreate_cq()
496 IBV_ACCESS_LOCAL_WRITE, &iwucq->vmr_shadow_area.ibv_mr, in ucreate_cq()
1309 (uintptr_t)info->sq, IBV_ACCESS_LOCAL_WRITE, in irdma_vmapped_qp()
2025 (uintptr_t)cq_base, IBV_ACCESS_LOCAL_WRITE, in irdma_uresize_cq()
/freebsd/contrib/libpcap/
H A Dpcap-rdmasniff.c300 priv->mr = ibv_reg_mr(priv->pd, handle->buffer, handle->bufsize, IBV_ACCESS_LOCAL_WRITE); in rdmasniff_activate()
/freebsd/contrib/ofed/libmlx5/
H A 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/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c347 ctx->mr = ibv_reg_mr(ctx->pd, ctx->buf, size, IBV_ACCESS_LOCAL_WRITE); in pp_init_ctx()
H A Dud_pingpong.c358 ctx->mr = ibv_reg_mr(ctx->pd, ctx->buf, size + 40, IBV_ACCESS_LOCAL_WRITE); in pp_init_ctx()
H A Drc_pingpong.c334 int access_flags = IBV_ACCESS_LOCAL_WRITE; in pp_init_ctx()
H A Dsrq_pingpong.c398 ctx->mr = ibv_reg_mr(ctx->pd, ctx->buf, size, IBV_ACCESS_LOCAL_WRITE); in pp_init_ctx()
H A Dxsrq_pingpong.c250 ctx.mr = ibv_reg_mr(ctx.pd, ctx.buf, ctx.size, IBV_ACCESS_LOCAL_WRITE); in pp_init_ctx()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h490 IBV_ACCESS_LOCAL_WRITE = 1, enumerator