Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Dtransport.c583 dprintk("RPC: %s: called on 0x%p\n", __func__, req->rl_reply); in xprt_rdma_free()
618 if (req->rl_reply == NULL) /* e.g. reconnection */ in xprt_rdma_send_request()
621 if (req->rl_reply) { in xprt_rdma_send_request()
622 req->rl_reply->rr_func = rpcrdma_reply_handler; in xprt_rdma_send_request()
624 req->rl_reply->rr_xprt = xprt; in xprt_rdma_send_request()
Dverbs.c1212 if (req->rl_reply) { in rpcrdma_buffer_put_sendbuf()
1213 buf->rb_recv_bufs[--buf->rb_recv_index] = req->rl_reply; in rpcrdma_buffer_put_sendbuf()
1214 req->rl_reply->rr_func = NULL; in rpcrdma_buffer_put_sendbuf()
1215 req->rl_reply = NULL; in rpcrdma_buffer_put_sendbuf()
1352 req->rl_reply = NULL; in rpcrdma_buffer_get()
1354 req->rl_reply = buffers->rb_recv_bufs[buffers->rb_recv_index]; in rpcrdma_buffer_get()
1413 req->rl_reply = buffers->rb_recv_bufs[buffers->rb_recv_index]; in rpcrdma_recv_buffer_get()
1582 struct rpcrdma_rep *rep = req->rl_reply; in rpcrdma_ep_post()
1589 req->rl_reply = NULL; in rpcrdma_ep_post()
Dxprt_rdma.h260 struct rpcrdma_rep *rl_reply;/* holder for reply buffer */ member
Drpc_rdma.c782 if (req->rl_reply) { in rpcrdma_reply_handler()
796 req->rl_reply = rep; in rpcrdma_reply_handler()