Searched full:rl_reply (Results 1 – 5 of 5) sorted by relevance
155 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()
1321 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;
651 rep = mr->mr_req->rl_reply; in frwr_wc_localinv_done() 728 rpcrdma_unpin_rqst(req->rl_reply); in frwr_unmap_async()
1306 struct rpcrdma_rep *rep = req->rl_reply; in rpcrdma_regbuf_realloc() 1309 req->rl_reply = NULL;
337 struct rpcrdma_rep *rl_reply; member