Home
last modified time | relevance | path

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

/Linux-v6.1/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c296 unsigned int ri_pageoff; member
713 sge_no = PAGE_ALIGN(info->ri_pageoff + len) >> PAGE_SHIFT; in svc_rdma_build_read_segment()
722 PAGE_SIZE - info->ri_pageoff); in svc_rdma_build_read_segment()
724 if (!info->ri_pageoff) in svc_rdma_build_read_segment()
728 seg_len, info->ri_pageoff); in svc_rdma_build_read_segment()
731 info->ri_pageoff += seg_len; in svc_rdma_build_read_segment()
732 if (info->ri_pageoff == PAGE_SIZE) { in svc_rdma_build_read_segment()
734 info->ri_pageoff = 0; in svc_rdma_build_read_segment()
810 numpages = PAGE_ALIGN(info->ri_pageoff + remaining) >> PAGE_SHIFT; in svc_rdma_copy_inline_range()
815 PAGE_SIZE - info->ri_pageoff); in svc_rdma_copy_inline_range()
[all …]