Searched defs:copy_len (Results 1 - 1 of 1) sorted by relevance

/net/sunrpc/xprtrdma/
H A Drpc_rdma.c315 int copy_len; local
335 copy_len = rqst->rq_snd_buf.page_len;
339 if (destp + copy_len != rqst->rq_snd_buf.tail[0].iov_base) {
340 memmove(destp + copy_len,
345 __func__, destp + copy_len, curlen);
348 r_xprt->rx_stats.pullup_copy_count += copy_len;
353 npages = PAGE_ALIGN(page_base+copy_len) >> PAGE_SHIFT;
354 for (i = 0; copy_len && i < npages; i++) {
356 if (curlen > copy_len)
357 curlen = copy_len;
610 rpcrdma_inline_fixup(struct rpc_rqst *rqst, char *srcp, int copy_len, int pad) argument
[all...]

Completed in 119 milliseconds