Searched refs:rl_hdrbuf (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A 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()
|
H A D | xprt_rdma.h | 306 struct xdr_buf rl_hdrbuf; member
|
H A D | rpc_rdma.c | 892 rpcrdma_set_xdrlen(&req->rl_hdrbuf, 0); in rpcrdma_marshal_req() 893 xdr_init_encode(xdr, &req->rl_hdrbuf, rdmab_data(req->rl_rdmabuf), in rpcrdma_marshal_req() 988 ret = rpcrdma_prepare_send_sges(r_xprt, req, req->rl_hdrbuf.len, in rpcrdma_marshal_req()
|
H A D | verbs.c | 901 xdr_buf_init(&req->rl_hdrbuf, rdmab_data(rb), rdmab_length(rb)); in rpcrdma_req_setup()
|
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | backchannel.c | 62 rpcrdma_set_xdrlen(&req->rl_hdrbuf, 0); in rpcrdma_bc_marshal_reply() 63 xdr_init_encode(&req->rl_stream, &req->rl_hdrbuf, in rpcrdma_bc_marshal_reply()
|
H A D | xprt_rdma.h | 320 struct xdr_buf rl_hdrbuf; member
|
H A D | rpc_rdma.c | 876 rpcrdma_set_xdrlen(&req->rl_hdrbuf, 0); in rpcrdma_marshal_req() 877 xdr_init_encode(xdr, &req->rl_hdrbuf, rdmab_data(req->rl_rdmabuf), in rpcrdma_marshal_req() 972 ret = rpcrdma_prepare_send_sges(r_xprt, req, req->rl_hdrbuf.len, in rpcrdma_marshal_req()
|
H A D | verbs.c | 866 xdr_buf_init(&req->rl_hdrbuf, rdmab_data(rb), rdmab_length(rb)); in rpcrdma_req_setup()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rpcrdma.h | 659 __entry->hdrlen = req->rl_hdrbuf.len;
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rpcrdma.h | 839 __entry->hdrlen = req->rl_hdrbuf.len;
|
Completed in 14 milliseconds