Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/xprtrdma/
Dbackchannel.c160 rpcrdma_recv_buffer_put(req->rl_reply); in xprt_rdma_bc_free_rqst()
161 req->rl_reply = NULL; in xprt_rdma_bc_free_rqst()
258 req->rl_reply = rep; in rpcrdma_bc_receive_call()
Drpc_rdma.c555 struct rpcrdma_rep *rep = req->rl_reply; in rpcrdma_sendctx_done()
1302 rpcrdma_complete_rqst(req->rl_reply); in rpcrdma_reply_done()
1367 if (req->rl_reply) { in rpcrdma_reply_handler()
1368 trace_xprtrdma_leaked_rep(rqst, req->rl_reply); in rpcrdma_reply_handler()
1369 rpcrdma_recv_buffer_put(req->rl_reply); in rpcrdma_reply_handler()
1371 req->rl_reply = rep; in rpcrdma_reply_handler()
Dfrwr_ops.c609 struct rpcrdma_rep *rep = mr->mr_req->rl_reply; in frwr_wc_localinv_done()
694 rpcrdma_complete_rqst(req->rl_reply); in frwr_unmap_async()
Dxprt_rdma.h318 struct rpcrdma_rep *rl_reply; member
Dverbs.c1306 if (req->rl_reply) in rpcrdma_buffer_put()
1307 rpcrdma_rep_put(buffers, req->rl_reply); in rpcrdma_buffer_put()
1308 req->rl_reply = NULL; in rpcrdma_buffer_put()
/Linux-v5.4/include/trace/events/
Drpcrdma.h285 __entry->rep = rpcr_to_rdmar(rqst)->rl_reply;
1167 __entry->rep = req->rl_reply;