Searched refs:ibv_post_recv (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/lib/ofed/libibverbs/
H A DMakefile58 ibv_post_recv.3 \
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drping.c324 ret = ibv_post_recv(cb->qp, &cb->rq_wr, &bad_wr);
791 ret = ibv_post_recv(cb->qp, &cb->rq_wr, &bad_wr);
793 fprintf(stderr, "ibv_post_recv failed: %d\n", ret);
903 ret = ibv_post_recv(cb->qp, &cb->rq_wr, &bad_wr);
905 fprintf(stderr, "ibv_post_recv failed: %d\n", ret);
1087 ret = ibv_post_recv(cb->qp, &cb->rq_wr, &bad_wr);
1089 fprintf(stderr, "ibv_post_recv failed: %d\n", ret);
H A Dmckey.c194 ret = ibv_post_recv(node->cma_id->qp, &recv_wr, &recv_failure);
H A Dcmatose.c174 ret = ibv_post_recv(node->cma_id->qp, &recv_wr, &recv_failure);
H A Dudaddy.c189 ret = ibv_post_recv(node->cma_id->qp, &recv_wr, &recv_failure);
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_verbs.h112 return rdma_seterrno(ibv_post_recv(id->qp, &wr, &bad));
H A Drsocket.c834 return rdma_seterrno(ibv_post_recv(rs->cm_id->qp, &wr, &bad));
854 return rdma_seterrno(ibv_post_recv(qp->cm_id->qp, &wr, &bad));
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rdmasniff.c110 ibv_post_recv(priv->qp, &wr, &bad_wr);
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c502 if (ibv_post_recv(ctx->qp, &wr, &bad_wr))
H A Duc_pingpong.c485 if (ibv_post_recv(ctx->qp, &wr, &bad_wr))
H A Drc_pingpong.c555 if (ibv_post_recv(ctx->qp, &wr, &bad_wr))
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h1001 struct ibv_post_recv { struct
H A Dverbs.h2272 * ibv_post_recv - Post a list of work requests to a receive queue.
2274 static inline int ibv_post_recv(struct ibv_qp *qp, struct ibv_recv_wr *wr, function
H A Dcmd.c1463 struct ibv_post_recv *cmd;

Completed in 257 milliseconds