Home
last modified time | relevance | path

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

/linux-6.12.1/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c256 struct ib_recv_wr *recv_chain; in svc_rdma_refresh_recvs() local
262 recv_chain = NULL; in svc_rdma_refresh_recvs()
269 ctxt->rc_recv_wr.next = recv_chain; in svc_rdma_refresh_recvs()
270 recv_chain = &ctxt->rc_recv_wr; in svc_rdma_refresh_recvs()
273 if (!recv_chain) in svc_rdma_refresh_recvs()
276 ret = ib_post_recv(rdma->sc_qp, recv_chain, &bad_wr); in svc_rdma_refresh_recvs()