Home
last modified time | relevance | path

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

/Linux-v6.1/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c266 struct ib_recv_wr *recv_chain; in svc_rdma_refresh_recvs() local
272 recv_chain = NULL; in svc_rdma_refresh_recvs()
280 ctxt->rc_recv_wr.next = recv_chain; in svc_rdma_refresh_recvs()
281 recv_chain = &ctxt->rc_recv_wr; in svc_rdma_refresh_recvs()
284 if (!recv_chain) in svc_rdma_refresh_recvs()
287 ret = ib_post_recv(rdma->sc_qp, recv_chain, &bad_wr); in svc_rdma_refresh_recvs()