Home
last modified time | relevance | path

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

/Linux-v5.15/net/sunrpc/xprtrdma/
Dbackchannel.c158 struct rpcrdma_rep *rep = req->rl_reply; in xprt_rdma_bc_free_rqst()
163 req->rl_reply = NULL; in xprt_rdma_bc_free_rqst()
264 req->rl_reply = rep; in rpcrdma_bc_receive_call()
Drpc_rdma.c522 struct rpcrdma_rep *rep = req->rl_reply; in rpcrdma_sendctx_done()
1352 req->rl_reply = NULL; in rpcrdma_unpin_rqst()
1411 rpcrdma_complete_rqst(req->rl_reply); in rpcrdma_reply_done()
1474 if (unlikely(req->rl_reply)) in rpcrdma_reply_handler()
1475 rpcrdma_rep_put(buf, req->rl_reply); in rpcrdma_reply_handler()
1476 req->rl_reply = rep; in rpcrdma_reply_handler()
Dfrwr_ops.c586 rep = mr->mr_req->rl_reply; in frwr_wc_localinv_done()
663 rpcrdma_unpin_rqst(req->rl_reply); in frwr_unmap_async()
Dverbs.c1211 if (req->rl_reply) { in rpcrdma_reply_put()
1212 rpcrdma_rep_put(buffers, req->rl_reply); in rpcrdma_reply_put()
1213 req->rl_reply = NULL; in rpcrdma_reply_put()
Dxprt_rdma.h311 struct rpcrdma_rep *rl_reply; member