Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/xprtrdma/
Dbackchannel.c60 req->rl_sendbuf = rb; in rpcrdma_bc_setup_rqst()
62 rqst->rq_buffer = (void *)req->rl_sendbuf->rg_base; in rpcrdma_bc_setup_rqst()
234 req->rl_send_iov[1].addr = rdmab_addr(req->rl_sendbuf); in rpcrdma_bc_marshal_reply()
236 req->rl_send_iov[1].lkey = rdmab_lkey(req->rl_sendbuf); in rpcrdma_bc_marshal_reply()
Dtransport.c508 if (req->rl_sendbuf == NULL) in xprt_rdma_allocate()
510 if (size > req->rl_sendbuf->rg_size) in xprt_rdma_allocate()
516 return req->rl_sendbuf->rg_base; in xprt_rdma_allocate()
553 rpcrdma_free_regbuf(&r_xprt->rx_ia, req->rl_sendbuf); in xprt_rdma_allocate()
554 req->rl_sendbuf = rb; in xprt_rdma_allocate()
Dxprt_rdma.h275 struct rpcrdma_regbuf *rl_sendbuf; member
Drpc_rdma.c562 req->rl_send_iov[1].addr = rdmab_addr(req->rl_sendbuf); in rpcrdma_marshal_req()
564 req->rl_send_iov[1].lkey = rdmab_lkey(req->rl_sendbuf); in rpcrdma_marshal_req()
Dverbs.c1029 rpcrdma_free_regbuf(ia, req->rl_sendbuf); in rpcrdma_destroy_req()