Searched refs:ib_post_send (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/contrib/rdma/krping/
H A Dkrping.c672 ret = ib_post_send(cb->qp, &cb->rdma_sq_wr, &bad_wr);
694 ret = ib_post_send(cb->qp, &cb->sq_wr, &bad_wr);
721 ret = ib_post_send(cb->qp, &cb->rdma_sq_wr, &bad_wr);
740 ret = ib_post_send(cb->qp, &cb->sq_wr, &bad_wr);
773 ret = ib_post_send(cb->qp, &cb->rdma_sq_wr, &bad_wr);
932 if (ib_post_send(cb->qp, &cb->rdma_sq_wr, &bad_wr)) {
1035 if (ib_post_send(cb->qp, &cb->rdma_sq_wr, &bad_wr)) {
1113 ret = ib_post_send(cb->qp, &cb->sq_wr, &bad_wr);
1149 ret = ib_post_send(cb->qp, &cb->sq_wr, &bad_wr);
1186 ret = ib_post_send(c
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c145 rc = ib_post_send(ssk->qp, &tx_wr, &bad_wr);
148 "ib_post_send failed with status %d.\n", rc);
403 rc = ib_post_send(ssk->qp, &wr, &bad_wr);
H A Dsdp_zcopy.c544 return ib_post_send(ssk->qp, &wr, &bad_wr);
576 sdp_warn(sk, "ib_post_send failed with status %d.\n", rc);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dmad.c1041 ret = ib_post_send(mad_agent->qp, &mad_send_wr->send_wr,
2153 ret = ib_post_send(qp_info->qp, &queued_send_wr->send_wr,
2156 printk(KERN_ERR PFX "ib_post_send failed: %d\n", ret);
2210 ret = ib_post_send(qp_info->qp, &mad_send_wr->send_wr,
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c184 if (ib_post_send(p->qp, &ipoib_cm_rx_drain_wr, &bad_wr))
603 return ib_post_send(tx->qp, &priv->tx_wr, &bad_wr);
H A Dipoib_ib.c468 return ib_post_send(priv->qp, &priv->tx_wr, &bad_wr);
/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_verbs.h1332 * ib_post_send - Posts a list of work requests to the send queue of
1339 static inline int ib_post_send(struct ib_qp *qp, function
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h1537 * ib_post_send - Posts a list of work requests to the send queue of
1544 static inline int ib_post_send(struct ib_qp *qp, function
2039 * ib_map_phys_fmr(). Once the ib_post_send() is issued, the struct

Completed in 119 milliseconds