Searched refs:rl_hdrbuf (Results 1 - 5 of 5) sorted by path

/linux-master/include/trace/events/
H A Drpcrdma.h838 __entry->hdrlen = req->rl_hdrbuf.len;
/linux-master/net/sunrpc/xprtrdma/
H A Dbackchannel.c62 rpcrdma_set_xdrlen(&req->rl_hdrbuf, 0);
63 xdr_init_encode(&req->rl_stream, &req->rl_hdrbuf,
H A Drpc_rdma.c876 rpcrdma_set_xdrlen(&req->rl_hdrbuf, 0);
877 xdr_init_encode(xdr, &req->rl_hdrbuf, rdmab_data(req->rl_rdmabuf),
972 ret = rpcrdma_prepare_send_sges(r_xprt, req, req->rl_hdrbuf.len,
H A Dverbs.c866 xdr_buf_init(&req->rl_hdrbuf, rdmab_data(rb), rdmab_length(rb));
H A Dxprt_rdma.h320 struct xdr_buf rl_hdrbuf; member in struct:rpcrdma_req

Completed in 190 milliseconds