Home
last modified time | relevance | path

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

/Linux-v5.15/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c286 unsigned int ri_pageoff; member
691 sge_no = PAGE_ALIGN(info->ri_pageoff + len) >> PAGE_SHIFT; in svc_rdma_build_read_segment()
700 PAGE_SIZE - info->ri_pageoff); in svc_rdma_build_read_segment()
702 if (!info->ri_pageoff) in svc_rdma_build_read_segment()
706 seg_len, info->ri_pageoff); in svc_rdma_build_read_segment()
709 info->ri_pageoff += seg_len; in svc_rdma_build_read_segment()
710 if (info->ri_pageoff == PAGE_SIZE) { in svc_rdma_build_read_segment()
712 info->ri_pageoff = 0; in svc_rdma_build_read_segment()
788 numpages = PAGE_ALIGN(info->ri_pageoff + remaining) >> PAGE_SHIFT; in svc_rdma_copy_inline_range()
793 PAGE_SIZE - info->ri_pageoff); in svc_rdma_copy_inline_range()
[all …]