Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c228 unsigned int ri_pageoff; member
610 sge_no = PAGE_ALIGN(info->ri_pageoff + len) >> PAGE_SHIFT; in svc_rdma_build_read_segment()
619 PAGE_SIZE - info->ri_pageoff); in svc_rdma_build_read_segment()
623 if (!info->ri_pageoff) in svc_rdma_build_read_segment()
627 seg_len, info->ri_pageoff); in svc_rdma_build_read_segment()
630 info->ri_pageoff += seg_len; in svc_rdma_build_read_segment()
631 if (info->ri_pageoff == PAGE_SIZE) { in svc_rdma_build_read_segment()
633 info->ri_pageoff = 0; in svc_rdma_build_read_segment()
838 info->ri_pageoff = 0; in svc_rdma_recv_read_chunk()