/openbmc/linux/Documentation/translations/zh_CN/infiniband/ |
H A D | core_locking.rst | 48 - ib_post_recv
|
/openbmc/linux/net/smc/ |
H A D | smc_wr.h | 101 rc = ib_post_recv(link->roce_qp, &link->wr_rx_ibs[index], NULL); in smc_wr_rx_post()
|
/openbmc/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs.c | 93 return ib_post_recv(con->qp, &wr, NULL); in rtrs_iu_post_recv() 105 return ib_post_recv(con->qp, &wr, NULL); in rtrs_post_recv_empty()
|
H A D | rtrs-clt.c | 600 return ib_post_recv(con->qp, wr, NULL); in rtrs_post_recv_empty_x2()
|
/openbmc/linux/drivers/infiniband/ulp/iser/ |
H A D | iser_verbs.c | 823 ret = ib_post_recv(ib_conn->qp, &wr, NULL); in iser_post_recvl() 842 ret = ib_post_recv(ib_conn->qp, &wr, NULL); in iser_post_recvm()
|
/openbmc/linux/Documentation/infiniband/ |
H A D | core_locking.rst | 36 - ib_post_recv
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | gsi.c | 480 return ib_post_recv(gsi->rx_qp, wr, bad_wr); in mlx5_ib_gsi_post_recv()
|
/openbmc/linux/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_recvfrom.c | 282 ret = ib_post_recv(rdma->sc_qp, recv_chain, &bad_wr); in svc_rdma_refresh_recvs()
|
H A D | verbs.c | 1394 rc = ib_post_recv(ep->re_id->qp, wr, in rpcrdma_post_recvs()
|
/openbmc/linux/net/9p/ |
H A D | trans_rdma.c | 407 ret = ib_post_recv(rdma->qp, &wr, NULL); in post_recv()
|
/openbmc/linux/drivers/infiniband/ulp/isert/ |
H A D | ib_isert.c | 748 ret = ib_post_recv(isert_conn->qp, isert_conn->rx_wr, NULL); in isert_post_recvm() 775 ret = ib_post_recv(isert_conn->qp, &rx_wr, NULL); in isert_post_recv() 909 ret = ib_post_recv(isert_conn->qp, &rx_wr, NULL); in isert_login_post_recv()
|
/openbmc/linux/net/rds/ |
H A D | ib_recv.c | 420 ret = ib_post_recv(ic->i_cm_id->qp, &recv->r_wr, NULL); in rds_ib_recv_refill()
|
/openbmc/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ib.c | 111 ret = ib_post_recv(priv->qp, &priv->rx_wr, NULL); in ipoib_ib_post_receive()
|
H A D | ipoib_cm.c | 129 ret = ib_post_recv(rx->qp, wr, NULL); in ipoib_cm_post_receive_nonsrq()
|
/openbmc/linux/fs/smb/server/ |
H A D | transport_rdma.c | 660 ret = ib_post_recv(t->qp, &wr, NULL); in smb_direct_post_recv()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | rdma.c | 505 ret = ib_post_recv(cmd->queue->qp, &cmd->wr, NULL); in nvmet_rdma_post_recv()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | rdma.c | 1632 ret = ib_post_recv(queue->qp, &wr, NULL); in nvme_rdma_post_recv()
|
/openbmc/linux/fs/smb/client/ |
H A D | smbdirect.c | 1029 rc = ib_post_recv(info->id->qp, &recv_wr, NULL); in smbd_post_recv()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | verbs.c | 2874 ret = ib_post_recv(qp, &rwr, NULL); in __ib_drain_rq()
|
H A D | mad.c | 2722 ret = ib_post_recv(qp_info->qp, &recv_wr, NULL); in ib_mad_post_receive_mads()
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | mad.c | 1337 return ib_post_recv(tun_qp->qp, &recv_wr, &bad_recv_wr); in mlx4_ib_post_pv_qp_buf()
|
/openbmc/linux/include/rdma/ |
H A D | ib_verbs.h | 3861 static inline int ib_post_recv(struct ib_qp *qp, in ib_post_recv() function
|
/openbmc/linux/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 907 return ib_post_recv(ch->qp, &wr, NULL); in srpt_post_recv()
|
/openbmc/linux/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 1930 return ib_post_recv(ch->qp, &wr, NULL); in srp_post_recv()
|