Home
last modified time | relevance | path

Searched refs:ib_post_recv (Results 1 - 25 of 43) sorted by relevance

12

/kernel/linux/linux-5.10/net/smc/
H A Dsmc_wr.h97 rc = ib_post_recv(link->roce_qp, &link->wr_rx_ibs[index], NULL); in smc_wr_rx_post()
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_wr.h101 rc = ib_post_recv(link->roce_qp, &link->wr_rx_ibs[index], NULL); in smc_wr_rx_post()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
H A Drtrs.c93 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()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H A Drtrs.c93 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()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/iser/
H A Diser_verbs.c844 ib_ret = ib_post_recv(ib_conn->qp, &wr, NULL); in iser_post_recvl()
846 iser_err("ib_post_recv failed ret=%d\n", ib_ret); in iser_post_recvl()
875 ib_ret = ib_post_recv(ib_conn->qp, ib_conn->rx_wr, NULL); in iser_post_recvm()
877 iser_err("ib_post_recv failed ret=%d\n", ib_ret); in iser_post_recvm()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/iser/
H A Diser_verbs.c823 ret = ib_post_recv(ib_conn->qp, &wr, NULL); in iser_post_recvl()
825 iser_err("ib_post_recv login failed ret=%d\n", ret); in iser_post_recvl()
842 ret = ib_post_recv(ib_conn->qp, &wr, NULL); in iser_post_recvm()
844 iser_err("ib_post_recv failed ret=%d\n", ret); in iser_post_recvm()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dgsi.c509 return ib_post_recv(gsi->rx_qp, wr, bad_wr); in mlx5_ib_gsi_post_recv()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dgsi.c480 return ib_post_recv(gsi->rx_qp, wr, bad_wr); in mlx5_ib_gsi_post_recv()
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c282 ret = ib_post_recv(rdma->sc_qp, recv_chain, &bad_wr); in svc_rdma_refresh_recvs()
H A Dverbs.c1376 rc = ib_post_recv(ep->re_id->qp, wr, in rpcrdma_post_recvs()
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c261 ret = ib_post_recv(rdma->sc_qp, &ctxt->rc_recv_wr, NULL); in __svc_rdma_post_recv()
H A Dverbs.c1437 rc = ib_post_recv(ep->re_id->qp, wr, in rpcrdma_post_recvs()
/kernel/linux/linux-5.10/net/9p/
H A Dtrans_rdma.c408 ret = ib_post_recv(rdma->qp, &wr, NULL); in post_recv()
/kernel/linux/linux-6.6/net/9p/
H A Dtrans_rdma.c407 ret = ib_post_recv(rdma->qp, &wr, NULL); in post_recv()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/isert/
H A Dib_isert.c747 ret = ib_post_recv(isert_conn->qp, isert_conn->rx_wr, NULL); in isert_post_recvm()
749 isert_err("ib_post_recv() failed with ret: %d\n", ret); in isert_post_recvm()
774 ret = ib_post_recv(isert_conn->qp, &rx_wr, NULL); in isert_post_recv()
776 isert_err("ib_post_recv() failed with ret: %d\n", ret); in isert_post_recv()
908 ret = ib_post_recv(isert_conn->qp, &rx_wr, NULL); in isert_login_post_recv()
910 isert_err("ib_post_recv() failed: %d\n", ret); in isert_login_post_recv()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/isert/
H A Dib_isert.c748 ret = ib_post_recv(isert_conn->qp, isert_conn->rx_wr, NULL); in isert_post_recvm()
750 isert_err("ib_post_recv() failed with ret: %d\n", ret); in isert_post_recvm()
775 ret = ib_post_recv(isert_conn->qp, &rx_wr, NULL); in isert_post_recv()
777 isert_err("ib_post_recv() failed with ret: %d\n", ret); in isert_post_recv()
909 ret = ib_post_recv(isert_conn->qp, &rx_wr, NULL); in isert_login_post_recv()
911 isert_err("ib_post_recv() failed: %d\n", ret); in isert_login_post_recv()
/kernel/linux/linux-5.10/net/rds/
H A Dib_recv.c419 ret = ib_post_recv(ic->i_cm_id->qp, &recv->r_wr, NULL); in rds_ib_recv_refill()
/kernel/linux/linux-6.6/net/rds/
H A Dib_recv.c420 ret = ib_post_recv(ic->i_cm_id->qp, &recv->r_wr, NULL); in rds_ib_recv_refill()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c111 ret = ib_post_recv(priv->qp, &priv->rx_wr, NULL); in ipoib_ib_post_receive()
H A Dipoib_cm.c129 ret = ib_post_recv(rx->qp, wr, NULL); in ipoib_cm_post_receive_nonsrq()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c111 ret = ib_post_recv(priv->qp, &priv->rx_wr, NULL); in ipoib_ib_post_receive()
H A Dipoib_cm.c129 ret = ib_post_recv(rx->qp, wr, NULL); in ipoib_cm_post_receive_nonsrq()
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Drdma.c512 ret = ib_post_recv(cmd->queue->qp, &cmd->wr, NULL); in nvmet_rdma_post_recv()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dtransport_rdma.c660 ret = ib_post_recv(t->qp, &wr, NULL); in smb_direct_post_recv()
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Drdma.c513 ret = ib_post_recv(cmd->queue->qp, &cmd->wr, NULL); in nvmet_rdma_post_recv()

Completed in 37 milliseconds

12