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

/freebsd-9.3-release/contrib/ofed/usr.lib/libibverbs/
H A DMakefile26 ibv_open_device.3 ibv_poll_cq.3 ibv_post_recv.3 ibv_post_send.3 \
/freebsd-9.3-release/contrib/ofed/librdmacm/examples/
H A Drping.c316 ret = ibv_post_recv(cb->qp, &cb->rq_wr, &bad_wr);
787 ret = ibv_post_recv(cb->qp, &cb->rq_wr, &bad_wr);
789 fprintf(stderr, "ibv_post_recv failed: %d\n", ret);
875 ret = ibv_post_recv(cb->qp, &cb->rq_wr, &bad_wr);
877 fprintf(stderr, "ibv_post_recv failed: %d\n", ret);
1042 ret = ibv_post_recv(cb->qp, &cb->rq_wr, &bad_wr);
1044 fprintf(stderr, "ibv_post_recv failed: %d\n", ret);
H A Dmckey.c195 ret = ibv_post_recv(node->cma_id->qp, &recv_wr, &recv_failure);
H A Dcmatose.c182 ret = ibv_post_recv(node->cma_id->qp, &recv_wr, &recv_failure);
H A Dudaddy.c193 ret = ibv_post_recv(node->cma_id->qp, &recv_wr, &recv_failure);
/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c462 if (ibv_post_recv(ctx->qp, &wr, &bad_wr))
H A Duc_pingpong.c447 if (ibv_post_recv(ctx->qp, &wr, &bad_wr))
H A Dud_pingpong.c450 if (ibv_post_recv(ctx->qp, &wr, &bad_wr))
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h1093 * ibv_post_recv - Post a list of work requests to a receive queue.
1095 static inline int ibv_post_recv(struct ibv_qp *qp, struct ibv_recv_wr *wr, function
H A Dkern-abi.h716 struct ibv_post_recv { struct
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dcmd.c1120 struct ibv_post_recv *cmd;

Completed in 172 milliseconds