Home
last modified time | relevance | path

Searched refs:rq_svec (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/sunrpc/xprtrdma/
Drpc_rdma.c374 destp = rqst->rq_svec[0].iov_base; in rpcrdma_inline_pullup()
375 curlen = rqst->rq_svec[0].iov_len; in rpcrdma_inline_pullup()
392 rqst->rq_svec[0].iov_len += curlen; in rpcrdma_inline_pullup()
409 rqst->rq_svec[0].iov_len += curlen; in rpcrdma_inline_pullup()
453 base = rqst->rq_svec[0].iov_base; in rpcrdma_marshal_req()
454 rpclen = rqst->rq_svec[0].iov_len; in rpcrdma_marshal_req()
527 rpclen = rqst->rq_svec[0].iov_len; in rpcrdma_marshal_req()
Dbackchannel.c221 rpclen = rqst->rq_svec[0].iov_len; in rpcrdma_bc_marshal_reply()
228 __func__, (int)rpclen, rqst->rq_svec[0].iov_base); in rpcrdma_bc_marshal_reply()
/linux-4.4.14/net/sunrpc/
Dxprtsock.c515 req->rq_svec->iov_base, req->rq_svec->iov_len); in xs_local_send_request()
573 req->rq_svec->iov_base, in xs_udp_send_request()
574 req->rq_svec->iov_len); in xs_udp_send_request()
651 req->rq_svec->iov_base, in xs_tcp_send_request()
652 req->rq_svec->iov_len); in xs_tcp_send_request()
Dclnt.c2219 __be32 *p = req->rq_svec[0].iov_base; in rpc_encode_header()
2231 req->rq_slen = xdr_adjust_iovec(&req->rq_svec[0], p); in rpc_encode_header()
/linux-4.4.14/include/linux/sunrpc/
Dxprt.h118 #define rq_svec rq_snd_buf.head macro