Home
last modified time | relevance | path

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

/Linux-v6.6/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c262 struct ib_recv_wr *recv_chain; in svc_rdma_refresh_recvs() local
268 recv_chain = NULL; in svc_rdma_refresh_recvs()
275 ctxt->rc_recv_wr.next = recv_chain; in svc_rdma_refresh_recvs()
276 recv_chain = &ctxt->rc_recv_wr; in svc_rdma_refresh_recvs()
279 if (!recv_chain) in svc_rdma_refresh_recvs()
282 ret = ib_post_recv(rdma->sc_qp, recv_chain, &bad_wr); in svc_rdma_refresh_recvs()