Home
last modified time | relevance | path

Searched refs:rl_stream (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/
H A Dbackchannel.c67 xdr_init_encode(&req->rl_stream, &req->rl_hdrbuf, in rpcrdma_bc_marshal_reply()
70 p = xdr_reserve_space(&req->rl_stream, 28); in rpcrdma_bc_marshal_reply()
H A Drpc_rdma.c367 struct xdr_stream *xdr = &req->rl_stream; in rpcrdma_encode_read_list()
424 struct xdr_stream *xdr = &req->rl_stream; in rpcrdma_encode_write_list()
489 struct xdr_stream *xdr = &req->rl_stream; in rpcrdma_encode_reply_chunk()
879 struct xdr_stream *xdr = &req->rl_stream; in rpcrdma_marshal_req()
H A Dxprt_rdma.h305 struct xdr_stream rl_stream; member