Home
last modified time | relevance | path

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

/Linux-v6.1/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c297 unsigned int ri_totalbytes; member
338 trace_svcrdma_wc_read(wc, &cc->cc_cid, info->ri_totalbytes, in svc_rdma_wc_read_done()
781 info->ri_totalbytes += segment->rs_length; in svc_rdma_build_read_chunk()
823 info->ri_totalbytes += page_len; in svc_rdma_copy_inline_range()
876 length = next->ch_position - info->ri_totalbytes; in svc_rdma_read_multiple_chunks()
888 buf->len += info->ri_totalbytes; in svc_rdma_read_multiple_chunks()
889 buf->buflen += info->ri_totalbytes; in svc_rdma_read_multiple_chunks()
892 buf->head[0].iov_len = min_t(size_t, PAGE_SIZE, info->ri_totalbytes); in svc_rdma_read_multiple_chunks()
894 buf->page_len = info->ri_totalbytes - buf->head[0].iov_len; in svc_rdma_read_multiple_chunks()
994 info->ri_totalbytes += dummy.rs_length; in svc_rdma_read_chunk_range()
[all …]