Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/
H A 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()
262 req->rl_reply = rep; in rpcrdma_bc_receive_call()
H A Drpc_rdma.c539 struct rpcrdma_rep *rep = req->rl_reply; in rpcrdma_sendctx_done()
1418 rpcrdma_complete_rqst(req->rl_reply); in rpcrdma_reply_done()
1481 if (req->rl_reply) { in rpcrdma_reply_handler()
1482 trace_xprtrdma_leaked_rep(rqst, req->rl_reply); in rpcrdma_reply_handler()
1483 rpcrdma_recv_buffer_put(req->rl_reply); in rpcrdma_reply_handler()
1485 req->rl_reply = rep; in rpcrdma_reply_handler()
H A Dfrwr_ops.c574 struct rpcrdma_rep *rep = mr->mr_req->rl_reply; in frwr_wc_localinv_done()
661 rpcrdma_complete_rqst(req->rl_reply); in frwr_unmap_async()
H A 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()
H A Dxprt_rdma.h304 struct rpcrdma_rep *rl_reply; member
/OK3568_Linux_fs/kernel/include/trace/events/
H A Drpcrdma.h367 __entry->rep = rpcr_to_rdmar(rqst)->rl_reply;