Lines Matching refs:ri_totalbytes
297 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()
1042 length = next->ch_position - info->ri_totalbytes; in svc_rdma_read_call_chunk()
1081 buf->len += info->ri_totalbytes; in svc_rdma_read_special()
1082 buf->buflen += info->ri_totalbytes; in svc_rdma_read_special()
1085 buf->head[0].iov_len = min_t(size_t, PAGE_SIZE, info->ri_totalbytes); in svc_rdma_read_special()
1087 buf->page_len = info->ri_totalbytes - buf->head[0].iov_len; in svc_rdma_read_special()
1132 info->ri_totalbytes = 0; in svc_rdma_process_read_list()