Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
H A Dbackchannel.c154 struct rpcrdma_rep *rep = req->rl_reply; in xprt_rdma_bc_free_rqst()
159 req->rl_reply = NULL; in xprt_rdma_bc_free_rqst()
260 req->rl_reply = rep; in rpcrdma_bc_receive_call()
H A Drpc_rdma.c523 struct rpcrdma_rep *rep = req->rl_reply; in rpcrdma_sendctx_done()
1358 req->rl_reply = NULL; in rpcrdma_unpin_rqst()
1417 rpcrdma_complete_rqst(req->rl_reply); in rpcrdma_reply_done()
1479 if (unlikely(req->rl_reply)) in rpcrdma_reply_handler()
1480 rpcrdma_rep_put(buf, req->rl_reply); in rpcrdma_reply_handler()
1481 req->rl_reply = rep; in rpcrdma_reply_handler()
H A Dfrwr_ops.c580 rep = mr->mr_req->rl_reply; in frwr_wc_localinv_done()
657 rpcrdma_unpin_rqst(req->rl_reply); in frwr_unmap_async()
H A Dverbs.c1195 if (req->rl_reply) { in rpcrdma_reply_put()
1196 rpcrdma_rep_put(buffers, req->rl_reply); in rpcrdma_reply_put()
1197 req->rl_reply = NULL; in rpcrdma_reply_put()
H A Dxprt_rdma.h319 struct rpcrdma_rep *rl_reply; member