Home
last modified time | relevance | path

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

/Linux-v6.6/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c299 unsigned int ri_totalbytes; member
341 trace_svcrdma_wc_read(wc, &cc->cc_cid, info->ri_totalbytes, in svc_rdma_wc_read_done()
785 info->ri_totalbytes += segment->rs_length; in svc_rdma_build_read_chunk()
827 info->ri_totalbytes += page_len; in svc_rdma_copy_inline_range()
880 length = next->ch_position - info->ri_totalbytes; in svc_rdma_read_multiple_chunks()
892 buf->len += info->ri_totalbytes; in svc_rdma_read_multiple_chunks()
893 buf->buflen += info->ri_totalbytes; in svc_rdma_read_multiple_chunks()
896 buf->head[0].iov_len = min_t(size_t, PAGE_SIZE, info->ri_totalbytes); in svc_rdma_read_multiple_chunks()
898 buf->page_len = info->ri_totalbytes - buf->head[0].iov_len; in svc_rdma_read_multiple_chunks()
998 info->ri_totalbytes += dummy.rs_length; in svc_rdma_read_chunk_range()
[all …]