Searched refs:ibv_alloc_pd (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/lib/ofed/libibverbs/
H A DMakefile27 ibv_alloc_pd.3 \
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Ddriver.h158 struct ibv_alloc_pd *cmd, size_t cmd_size,
H A Dcompat-1_0.c674 real_pd = ibv_alloc_pd(context->real_context);
685 symver(__ibv_alloc_pd_1_0, ibv_alloc_pd, IBVERBS_1.0);
H A Dkern-abi.h330 struct ibv_alloc_pd { struct
H A Dverbs.c268 default_symver(__ibv_alloc_pd, ibv_alloc_pd);
H A Dverbs.h1681 * ibv_alloc_pd - Allocate a protection domain
1683 struct ibv_pd *ibv_alloc_pd(struct ibv_context *context);
H A Dcmd.c284 struct ibv_alloc_pd *cmd, size_t cmd_size,
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rdmasniff.c205 priv->pd = ibv_alloc_pd(priv->context);
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dmckey.c135 node->pd = ibv_alloc_pd(node->cma_id->verbs);
H A Dcmatose.c114 node->pd = ibv_alloc_pd(node->cma_id->verbs);
H A Dudaddy.c130 node->pd = ibv_alloc_pd(node->cma_id->verbs);
H A Drping.c519 cb->pd = ibv_alloc_pd(cm_id->verbs);
521 fprintf(stderr, "ibv_alloc_pd failed\n");
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c348 ctx->pd = ibv_alloc_pd(ctx->context);
H A Duc_pingpong.c337 ctx->pd = ibv_alloc_pd(ctx->context);
H A Dxsrq_pingpong.c244 ctx.pd = ibv_alloc_pd(ctx.context);
H A Dsrq_pingpong.c388 ctx->pd = ibv_alloc_pd(ctx->context);
H A Drc_pingpong.c365 ctx->pd = ibv_alloc_pd(ctx->context);
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dverbs.c81 struct ibv_alloc_pd cmd;
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dverbs.c196 struct ibv_alloc_pd cmd;
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.c403 cma_dev->pd = ibv_alloc_pd(cma_dev->verbs);
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dverbs.c135 struct ibv_alloc_pd cmd;

Completed in 246 milliseconds