Searched refs:rl_hdrbuf (Results 1 – 4 of 4) sorted by relevance
/net/sunrpc/xprtrdma/ |
D | backchannel.c | 66 rpcrdma_set_xdrlen(&req->rl_hdrbuf, 0); in rpcrdma_bc_marshal_reply() 67 xdr_init_encode(&req->rl_stream, &req->rl_hdrbuf, in rpcrdma_bc_marshal_reply()
|
D | rpc_rdma.c | 875 rpcrdma_set_xdrlen(&req->rl_hdrbuf, 0); in rpcrdma_marshal_req() 876 xdr_init_encode(xdr, &req->rl_hdrbuf, rdmab_data(req->rl_rdmabuf), in rpcrdma_marshal_req() 971 ret = rpcrdma_prepare_send_sges(r_xprt, req, req->rl_hdrbuf.len, in rpcrdma_marshal_req()
|
D | xprt_rdma.h | 313 struct xdr_buf rl_hdrbuf; member
|
D | verbs.c | 893 xdr_buf_init(&req->rl_hdrbuf, rdmab_data(rb), rdmab_length(rb)); in rpcrdma_req_setup()
|