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

/linux-4.4.14/net/sunrpc/xprtrdma/
H A Dbackchannel.c209 size_t rpclen; rpcrdma_bc_marshal_reply() local
221 rpclen = rqst->rq_svec[0].iov_len; rpcrdma_bc_marshal_reply()
223 pr_info("RPC: %s: rpclen %zd headerp 0x%p lkey 0x%x\n", rpcrdma_bc_marshal_reply()
224 __func__, rpclen, headerp, rdmab_lkey(req->rl_rdmabuf)); rpcrdma_bc_marshal_reply()
228 __func__, (int)rpclen, rqst->rq_svec[0].iov_base); rpcrdma_bc_marshal_reply()
235 req->rl_send_iov[1].length = rpclen; rpcrdma_bc_marshal_reply()
H A Drpc_rdma.c439 size_t rpclen; rpcrdma_marshal_req() local
450 * rpclen gets amount of data in first buffer, which is the rpcrdma_marshal_req()
454 rpclen = rqst->rq_svec[0].iov_len; rpcrdma_marshal_req()
500 rpclen = 0; rpcrdma_marshal_req()
527 rpclen = rqst->rq_svec[0].iov_len; rpcrdma_marshal_req()
529 rpclen += rpcrdma_tail_pullup(&rqst->rq_snd_buf); rpcrdma_marshal_req()
542 dprintk("RPC: %s: %s: hdrlen %zd rpclen %zd" rpcrdma_marshal_req()
544 __func__, transfertypes[wtype], hdrlen, rpclen, rpcrdma_marshal_req()
563 req->rl_send_iov[1].length = rpclen; rpcrdma_marshal_req()

Completed in 152 milliseconds