Symbol: ib_post_send
drivers/infiniband/core/mad.c
1061
ret = ib_post_send(mad_agent->qp, &mad_send_wr->send_wr.wr,
drivers/infiniband/core/mad.c
2588
ret = ib_post_send(qp_info->qp, &queued_send_wr->send_wr.wr,
drivers/infiniband/core/mad.c
2636
ret = ib_post_send(qp_info->qp, &mad_send_wr->send_wr.wr,
drivers/infiniband/core/rw.c
937
return ib_post_send(qp, first_wr, NULL);
drivers/infiniband/core/verbs.c
2902
ret = ib_post_send(qp, &swr.wr, NULL);
drivers/infiniband/hw/hfi1/opfn.c
92
ret = ib_post_send(&qp->ibqp, &wr.wr, NULL);
drivers/infiniband/hw/mlx4/mad.c
1447
ret = ib_post_send(send_qp, &wr.wr, &bad_wr);
drivers/infiniband/hw/mlx4/mad.c
669
ret = ib_post_send(src_qp, &wr.wr, &bad_wr);
drivers/infiniband/hw/mlx5/gsi.c
459
ret = ib_post_send(tx_qp, &cur_wr.wr, bad_wr);
drivers/infiniband/ulp/ipoib/ipoib_cm.c
227
if (ib_post_send(p->qp, &ipoib_cm_rx_drain_wr, NULL))
drivers/infiniband/ulp/ipoib/ipoib_cm.c
705
return ib_post_send(tx->qp, &priv->tx_wr.wr, NULL);
drivers/infiniband/ulp/ipoib/ipoib_ib.c
588
return ib_post_send(priv->qp, &priv->tx_wr.wr, NULL);
drivers/infiniband/ulp/iser/iser_verbs.c
881
ret = ib_post_send(ib_conn->qp, first_wr, NULL);
drivers/infiniband/ulp/isert/ib_isert.c
1754
ret = ib_post_send(isert_conn->qp, &isert_cmd->tx_desc.send_wr, NULL);
drivers/infiniband/ulp/isert/ib_isert.c
796
ret = ib_post_send(isert_conn->qp, &send_wr, NULL);
drivers/infiniband/ulp/rtrs/rtrs-clt.c
377
return ib_post_send(con->c.qp, &wr, NULL);
drivers/infiniband/ulp/rtrs/rtrs-srv.c
1223
return ib_post_send(con->c.qp, &wr, NULL);
drivers/infiniband/ulp/rtrs/rtrs-srv.c
316
err = ib_post_send(id->con->c.qp, &id->tx_wr.wr, NULL);
drivers/infiniband/ulp/rtrs/rtrs-srv.c
434
err = ib_post_send(id->con->c.qp, wr, NULL);
drivers/infiniband/ulp/rtrs/rtrs.c
125
return ib_post_send(qp, head, NULL);
drivers/infiniband/ulp/srp/ib_srp.c
1175
return ib_post_send(ch->qp, &wr, NULL);
drivers/infiniband/ulp/srp/ib_srp.c
1492
err = ib_post_send(ch->qp, &wr.wr, NULL);
drivers/infiniband/ulp/srp/ib_srp.c
1912
return ib_post_send(ch->qp, &wr, NULL);
drivers/infiniband/ulp/srpt/ib_srpt.c
2838
ret = ib_post_send(ch->qp, first_wr, NULL);
drivers/infiniband/ulp/srpt/ib_srpt.c
2946
ret = ib_post_send(ch->qp, first_wr, NULL);
drivers/infiniband/ulp/srpt/ib_srpt.c
934
return ib_post_send(ch->qp, &wr.wr, NULL);
drivers/nvme/host/rdma.c
1214
return ib_post_send(queue->qp, &wr, NULL);
drivers/nvme/host/rdma.c
1616
ret = ib_post_send(queue->qp, first, NULL);
drivers/nvme/target/rdma.c
740
if (unlikely(ib_post_send(cm_id->qp, first_wr, NULL))) {
drivers/nvme/target/rdma.c
816
if (unlikely(ib_post_send(cm_id->qp, &rsp->send_wr, NULL))) {
fs/smb/smbdirect/connection.c
879
ret = ib_post_send(sc->ib.qp, wr, NULL);
fs/smb/smbdirect/mr.c
340
ret = ib_post_send(sc->ib.qp, &reg_wr->wr, NULL);
fs/smb/smbdirect/mr.c
438
ret = ib_post_send(sc->ib.qp, wr, NULL);
fs/smb/smbdirect/rw.c
231
ret = ib_post_send(sc->ib.qp, first_wr, NULL);
net/9p/trans_rdma.c
419
err = ib_post_send(rdma->qp, &wr, NULL);
net/rds/ib_frmr.c
167
ret = ib_post_send(ibmr->ic->i_cm_id->qp, &reg_wr.wr, NULL);
net/rds/ib_frmr.c
297
ret = ib_post_send(i_cm_id->qp, s_wr, NULL);
net/rds/ib_recv.c
679
ret = ib_post_send(ic->i_cm_id->qp, &ic->i_ack_wr, NULL);
net/rds/ib_send.c
1015
ret = ib_post_send(ic->i_cm_id->qp, &first->s_rdma_wr.wr, &failed_wr);
net/rds/ib_send.c
765
ret = ib_post_send(ic->i_cm_id->qp, &first->s_wr, &failed_wr);
net/rds/ib_send.c
859
ret = ib_post_send(ic->i_cm_id->qp, &send->s_atomic_wr.wr, &failed_wr);
net/smc/smc_tx.c
333
rc = ib_post_send(link->roce_qp, &rdma_wr->wr, NULL);
net/smc/smc_wr.c
312
rc = ib_post_send(link->roce_qp, &link->wr_tx_ibs[pend->idx], NULL);
net/smc/smc_wr.c
328
rc = ib_post_send(link->roce_qp, link->wr_tx_v2_ib, NULL);
net/smc/smc_wr.c
376
rc = ib_post_send(link->roce_qp, &link->wr_reg.wr, NULL);
net/sunrpc/xprtrdma/frwr_ops.c
487
ret = ib_post_send(ep->re_id->qp, post_wr, NULL);
net/sunrpc/xprtrdma/frwr_ops.c
615
rc = ib_post_send(ep->re_id->qp, first, &bad_wr);
net/sunrpc/xprtrdma/frwr_ops.c
715
rc = ib_post_send(ep->re_id->qp, first, NULL);
net/sunrpc/xprtrdma/frwr_ops.c
798
ret = ib_post_send(ep->re_id->qp, &mr->mr_regwr.wr, NULL);
net/sunrpc/xprtrdma/svc_rdma_rw.c
423
ret = ib_post_send(rdma->sc_qp, first_wr, &bad_wr);
net/sunrpc/xprtrdma/svc_rdma_sendto.c
521
ret = ib_post_send(rdma->sc_qp, first_wr, &bad_wr);