Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Dtransport.c510 if (req->rl_sendbuf == NULL) in xprt_rdma_allocate()
512 if (size > req->rl_sendbuf->rg_size) in xprt_rdma_allocate()
518 return req->rl_sendbuf->rg_base; in xprt_rdma_allocate()
555 rpcrdma_free_regbuf(&r_xprt->rx_ia, req->rl_sendbuf); in xprt_rdma_allocate()
556 req->rl_sendbuf = rb; in xprt_rdma_allocate()
Drpc_rdma.c540 req->rl_send_iov[1].addr = rdmab_addr(req->rl_sendbuf); in rpcrdma_marshal_req()
542 req->rl_send_iov[1].lkey = rdmab_lkey(req->rl_sendbuf); in rpcrdma_marshal_req()
555 req->rl_send_iov[3].lkey = rdmab_lkey(req->rl_sendbuf); in rpcrdma_marshal_req()
Dxprt_rdma.h263 struct rpcrdma_regbuf *rl_sendbuf; member
Dverbs.c1150 rpcrdma_free_regbuf(ia, req->rl_sendbuf); in rpcrdma_destroy_req()