Home
last modified time | relevance | path

Searched refs:ibv_post_send (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/ofed/librdmacm/
H A Drdma_verbs.h128 return rdma_seterrno(ibv_post_send(id->qp, &wr, &bad)); in rdma_post_sendv()
146 return rdma_seterrno(ibv_post_send(id->qp, &wr, &bad)); in rdma_post_readv()
164 return rdma_seterrno(ibv_post_send(id->qp, &wr, &bad)); in rdma_post_writev()
248 return rdma_seterrno(ibv_post_send(id->qp, &wr, &bad)); in rdma_post_ud_send()
H A Drsocket.c1672 return rdma_seterrno(ibv_post_send(rs->cm_id->qp, &wr, &bad)); in rs_post_msg()
1691 return rdma_seterrno(ibv_post_send(rs->cm_id->qp, &wr, &bad)); in rs_post_write()
1714 return rdma_seterrno(ibv_post_send(rs->cm_id->qp, &wr, &bad)); in rs_post_write_msg()
1728 ret = rdma_seterrno(ibv_post_send(rs->cm_id->qp, &wr, &bad)); in rs_post_write_msg()
1749 return rdma_seterrno(ibv_post_send(rs->conn_dest->qp->cm_id->qp, &wr, &bad)); in ds_post_send()
/freebsd/lib/ofed/libibverbs/
H A DMakefile58 ibv_post_send.3 \
/freebsd/contrib/ofed/librdmacm/examples/
H A Drping.c654 ret = ibv_post_send(cb->qp, &cb->rdma_sq_wr, &bad_wr); in rping_test_server()
676 ret = ibv_post_send(cb->qp, &cb->sq_wr, &bad_wr); in rping_test_server()
703 ret = ibv_post_send(cb->qp, &cb->rdma_sq_wr, &bad_wr); in rping_test_server()
720 ret = ibv_post_send(cb->qp, &cb->sq_wr, &bad_wr); in rping_test_server()
964 ret = ibv_post_send(cb->qp, &cb->sq_wr, &bad_wr); in rping_test_client()
980 ret = ibv_post_send(cb->qp, &cb->sq_wr, &bad_wr); in rping_test_client()
H A Drdma_xclient.c69 ret = ibv_post_send(id->qp, &wr, &bad); in post_send()
H A Dmckey.c229 ret = ibv_post_send(node->cma_id->qp, &send_wr, &bad_send_wr); in post_sends()
H A Dcmatose.c204 ret = ibv_post_send(node->cma_id->qp, &send_wr, &bad_send_wr); in post_sends()
H A Dudaddy.c224 ret = ibv_post_send(node->cma_id->qp, &send_wr, &bad_send_wr); in post_sends()
/freebsd/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c511 return ibv_post_send(ctx->qp, &wr, &bad_wr); in pp_post_send()
H A Dud_pingpong.c535 return ibv_post_send(ctx->qp, &wr, &bad_wr); in pp_post_send()
H A Drc_pingpong.c581 return ibv_post_send(ctx->qp, &wr, &bad_wr); in pp_post_send()
H A Dsrq_pingpong.c591 return ibv_post_send(ctx->qp[qp_index], &wr, &bad_wr); in pp_post_send()
H A Dxsrq_pingpong.c783 return ibv_post_send(ctx.send_qp[qpi], &wr, &bad_wr); in pp_post_send()
/freebsd/contrib/ofed/libibverbs/
H A Dkern-abi.h979 struct ibv_post_send { struct
H A Dverbs.h2262 static inline int ibv_post_send(struct ibv_qp *qp, struct ibv_send_wr *wr, in ibv_post_send() function
H A Dcmd.c1452 struct ibv_post_send *cmd; in ibv_cmd_post_send()
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc6474 OLD_FILES+=usr/share/man/man3/ibv_post_send.3.gz