Home
last modified time | relevance | path

Searched refs:rpclen (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/sunrpc/xprtrdma/
Dbackchannel.c209 size_t rpclen; in rpcrdma_bc_marshal_reply() local
221 rpclen = rqst->rq_svec[0].iov_len; in rpcrdma_bc_marshal_reply()
224 __func__, rpclen, headerp, rdmab_lkey(req->rl_rdmabuf)); in rpcrdma_bc_marshal_reply()
228 __func__, (int)rpclen, rqst->rq_svec[0].iov_base); in rpcrdma_bc_marshal_reply()
235 req->rl_send_iov[1].length = rpclen; in rpcrdma_bc_marshal_reply()
Drpc_rdma.c439 size_t rpclen; in rpcrdma_marshal_req() local
454 rpclen = rqst->rq_svec[0].iov_len; in rpcrdma_marshal_req()
500 rpclen = 0; in rpcrdma_marshal_req()
527 rpclen = rqst->rq_svec[0].iov_len; in rpcrdma_marshal_req()
529 rpclen += rpcrdma_tail_pullup(&rqst->rq_snd_buf); in rpcrdma_marshal_req()
544 __func__, transfertypes[wtype], hdrlen, rpclen, in rpcrdma_marshal_req()
563 req->rl_send_iov[1].length = rpclen; in rpcrdma_marshal_req()