Home
last modified time | relevance | path

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

/linux-6.12.1/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c143 ctxt->rc_recv_wr.next = NULL; in svc_rdma_recv_ctxt_alloc()
144 ctxt->rc_recv_wr.wr_cqe = &ctxt->rc_cqe; in svc_rdma_recv_ctxt_alloc()
145 ctxt->rc_recv_wr.sg_list = &ctxt->rc_recv_sge; in svc_rdma_recv_ctxt_alloc()
146 ctxt->rc_recv_wr.num_sge = 1; in svc_rdma_recv_ctxt_alloc()
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()
285 rc_recv_wr); in svc_rdma_refresh_recvs()
/linux-6.12.1/include/linux/sunrpc/
Dsvc_rdma.h180 struct ib_recv_wr rc_recv_wr; member