Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/xprtrdma/
Dbackchannel.c53 req->rl_rdmabuf = rb; in rpcrdma_bc_setup_rqst()
211 headerp = rdmab_to_msg(req->rl_rdmabuf); in rpcrdma_bc_marshal_reply()
224 __func__, rpclen, headerp, rdmab_lkey(req->rl_rdmabuf)); in rpcrdma_bc_marshal_reply()
230 req->rl_send_iov[0].addr = rdmab_addr(req->rl_rdmabuf); in rpcrdma_bc_marshal_reply()
232 req->rl_send_iov[0].lkey = rdmab_lkey(req->rl_rdmabuf); in rpcrdma_bc_marshal_reply()
Drpc_rdma.c456 headerp = rdmab_to_msg(req->rl_rdmabuf); in rpcrdma_marshal_req()
545 headerp, base, rdmab_lkey(req->rl_rdmabuf)); in rpcrdma_marshal_req()
554 req->rl_send_iov[0].addr = rdmab_addr(req->rl_rdmabuf); in rpcrdma_marshal_req()
556 req->rl_send_iov[0].lkey = rdmab_lkey(req->rl_rdmabuf); in rpcrdma_marshal_req()
Dtransport.c506 if (req->rl_rdmabuf == NULL) in xprt_rdma_allocate()
523 req->rl_rdmabuf = rb; in xprt_rdma_allocate()
Dxprt_rdma.h274 struct rpcrdma_regbuf *rl_rdmabuf; member
Dverbs.c1030 rpcrdma_free_regbuf(ia, req->rl_rdmabuf); in rpcrdma_destroy_req()