Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/xprtrdma/
Dbackchannel.c160 rpcrdma_set_xdrlen(&req->rl_hdrbuf, 0); in rpcrdma_bc_marshal_reply()
161 xdr_init_encode(&req->rl_stream, &req->rl_hdrbuf, in rpcrdma_bc_marshal_reply()
Dxprt_rdma.h343 struct xdr_buf rl_hdrbuf; member
Drpc_rdma.c738 rpcrdma_set_xdrlen(&req->rl_hdrbuf, 0); in rpcrdma_marshal_req()
739 xdr_init_encode(xdr, &req->rl_hdrbuf, in rpcrdma_marshal_req()
Dverbs.c1081 xdr_buf_init(&req->rl_hdrbuf, rb->rg_base, rdmab_length(rb)); in rpcrdma_create_req()