Searched refs:ibv_post_send (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/lib/ofed/libibverbs/
H A DMakefile59 ibv_post_send.3 \
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_verbs.h128 return rdma_seterrno(ibv_post_send(id->qp, &wr, &bad));
146 return rdma_seterrno(ibv_post_send(id->qp, &wr, &bad));
164 return rdma_seterrno(ibv_post_send(id->qp, &wr, &bad));
248 return rdma_seterrno(ibv_post_send(id->qp, &wr, &bad));
H A Drsocket.c1672 return rdma_seterrno(ibv_post_send(rs->cm_id->qp, &wr, &bad));
1691 return rdma_seterrno(ibv_post_send(rs->cm_id->qp, &wr, &bad));
1714 return rdma_seterrno(ibv_post_send(rs->cm_id->qp, &wr, &bad));
1728 ret = rdma_seterrno(ibv_post_send(rs->cm_id->qp, &wr, &bad));
1749 return rdma_seterrno(ibv_post_send(rs->conn_dest->qp->cm_id->qp, &wr, &bad));
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drdma_xclient.c69 ret = ibv_post_send(id->qp, &wr, &bad);
H A Drping.c654 ret = ibv_post_send(cb->qp, &cb->rdma_sq_wr, &bad_wr);
676 ret = ibv_post_send(cb->qp, &cb->sq_wr, &bad_wr);
703 ret = ibv_post_send(cb->qp, &cb->rdma_sq_wr, &bad_wr);
720 ret = ibv_post_send(cb->qp, &cb->sq_wr, &bad_wr);
964 ret = ibv_post_send(cb->qp, &cb->sq_wr, &bad_wr);
980 ret = ibv_post_send(cb->qp, &cb->sq_wr, &bad_wr);
H A Dmckey.c229 ret = ibv_post_send(node->cma_id->qp, &send_wr, &bad_send_wr);
H A Dcmatose.c204 ret = ibv_post_send(node->cma_id->qp, &send_wr, &bad_send_wr);
H A Dudaddy.c224 ret = ibv_post_send(node->cma_id->qp, &send_wr, &bad_send_wr);
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c531 return ibv_post_send(ctx->qp, &wr, &bad_wr);
H A Duc_pingpong.c507 return ibv_post_send(ctx->qp, &wr, &bad_wr);
H A Dxsrq_pingpong.c779 return ibv_post_send(ctx.send_qp[qpi], &wr, &bad_wr);
H A Dsrq_pingpong.c587 return ibv_post_send(ctx->qp[qp_index], &wr, &bad_wr);
H A Drc_pingpong.c577 return ibv_post_send(ctx->qp, &wr, &bad_wr);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h979 struct ibv_post_send { struct
H A Dverbs.h2260 * ibv_post_send - Post a list of work requests to a send queue.
2265 static inline int ibv_post_send(struct ibv_qp *qp, struct ibv_send_wr *wr, function
H A Dcmd.c1373 struct ibv_post_send *cmd;

Completed in 357 milliseconds