Searched refs:rl_reply (Results 1 – 4 of 4) sorted by relevance
596 nreq->rl_reply = req->rl_reply; in xprt_rdma_allocate()601 req->rl_reply = NULL; in xprt_rdma_allocate()635 rep = req->rl_reply; in xprt_rdma_free()657 req->rl_reply = NULL; in xprt_rdma_free()662 oreq->rl_reply = req->rl_reply; in xprt_rdma_free()701 if (req->rl_reply == NULL) /* e.g. reconnection */ in xprt_rdma_send_request()704 if (req->rl_reply) { in xprt_rdma_send_request()705 req->rl_reply->rr_func = rpcrdma_reply_handler; in xprt_rdma_send_request()707 req->rl_reply->rr_xprt = xprt; in xprt_rdma_send_request()
1248 req->rl_reply = NULL; in rpcrdma_buffer_get()1250 req->rl_reply = buffers->rb_recv_bufs[buffers->rb_recv_index]; in rpcrdma_buffer_get()1283 if (req->rl_reply) { in rpcrdma_buffer_put()1284 buffers->rb_recv_bufs[--buffers->rb_recv_index] = req->rl_reply; in rpcrdma_buffer_put()1285 init_waitqueue_head(&req->rl_reply->rr_unbind); in rpcrdma_buffer_put()1286 req->rl_reply->rr_func = NULL; in rpcrdma_buffer_put()1287 req->rl_reply = NULL; in rpcrdma_buffer_put()1330 req->rl_reply = buffers->rb_recv_bufs[buffers->rb_recv_index]; in rpcrdma_recv_buffer_get()1834 struct rpcrdma_rep *rep = req->rl_reply; in rpcrdma_ep_post()1841 req->rl_reply = NULL; in rpcrdma_ep_post()
189 struct rpcrdma_rep *rl_reply;/* holder for reply buffer */ member
777 BUG_ON(!req || req->rl_reply); in rpcrdma_reply_handler()780 req->rl_reply = rep; in rpcrdma_reply_handler()