Searched refs:ibv_create_ah (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/lib/ofed/libibverbs/
H A DMakefile30 ibv_create_ah.3 \
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dmckey.c281 node->ah = ibv_create_ah(node->pd, &param->ah_attr);
H A Dudaddy.c338 node->ah = ibv_create_ah(node->pd, &event->param.ud.ah_attr);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcompat-1_0.c963 real_ah = ibv_create_ah(pd->real_pd, attr);
975 symver(__ibv_create_ah_1_0, ibv_create_ah, IBVERBS_1.0);
H A Dverbs.c638 default_symver(__ibv_create_ah, ibv_create_ah);
896 return ibv_create_ah(pd, &ah_attr);
H A Dkern-abi.h1033 struct ibv_create_ah { struct
H A Dverbs.h2281 * ibv_create_ah - Create an address handle.
2283 struct ibv_ah *ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr);
H A Dcmd.c1587 struct ibv_create_ah cmd;
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c116 ctx->ah = ibv_create_ah(ctx->pd, &ah_attr);
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c1478 qp->dest.ah = ibv_create_ah(qp->cm_id->pd, &attr);
4113 dest->ah = ibv_create_ah(dest->qp->cm_id->pd, &attr);

Completed in 181 milliseconds