Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Drpc_rdma.c398 headerp = rdmab_to_msg(req->rl_rdmabuf); in rpcrdma_marshal_req()
527 headerp, base, rdmab_lkey(req->rl_rdmabuf)); in rpcrdma_marshal_req()
536 req->rl_send_iov[0].addr = rdmab_addr(req->rl_rdmabuf); in rpcrdma_marshal_req()
538 req->rl_send_iov[0].lkey = rdmab_lkey(req->rl_rdmabuf); in rpcrdma_marshal_req()
Dtransport.c508 if (req->rl_rdmabuf == NULL) in xprt_rdma_allocate()
525 req->rl_rdmabuf = rb; in xprt_rdma_allocate()
Dxprt_rdma.h262 struct rpcrdma_regbuf *rl_rdmabuf; member
Dverbs.c1151 rpcrdma_free_regbuf(ia, req->rl_rdmabuf); in rpcrdma_destroy_req()