Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
H A Dbackchannel.c155 struct rpcrdma_rep *rep = req->rl_reply; in xprt_rdma_bc_free_rqst()
160 req->rl_reply = NULL; in xprt_rdma_bc_free_rqst()
259 req->rl_reply = rep; in rpcrdma_bc_receive_call()
H A Drpc_rdma.c1321 req->rl_reply = NULL;
1390 * I2 (rep attachment). While req->rl_reply == rep, the rep cannot be in rpcrdma_reply_handler()
1391 * re-posted. rpcrdma_reply_put() NULLs req->rl_reply before handing in rpcrdma_reply_handler()
1393 * that rl_reply is NULL after the put. in rpcrdma_reply_handler()
1506 if (unlikely(req->rl_reply))
1507 rpcrdma_rep_put(buf, req->rl_reply);
1508 req->rl_reply = rep;
H A Dfrwr_ops.c651 rep = mr->mr_req->rl_reply; in frwr_wc_localinv_done()
728 rpcrdma_unpin_rqst(req->rl_reply); in frwr_unmap_async()
H A Dverbs.c1306 struct rpcrdma_rep *rep = req->rl_reply; in rpcrdma_regbuf_realloc()
1309 req->rl_reply = NULL;
H A Dxprt_rdma.h337 struct rpcrdma_rep *rl_reply; member