Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c298 unsigned int ri_pageoff; member
717 sge_no = PAGE_ALIGN(info->ri_pageoff + len) >> PAGE_SHIFT; in svc_rdma_build_read_segment()
726 PAGE_SIZE - info->ri_pageoff); in svc_rdma_build_read_segment()
728 if (!info->ri_pageoff) in svc_rdma_build_read_segment()
732 seg_len, info->ri_pageoff); in svc_rdma_build_read_segment()
735 info->ri_pageoff += seg_len; in svc_rdma_build_read_segment()
736 if (info->ri_pageoff == PAGE_SIZE) { in svc_rdma_build_read_segment()
738 info->ri_pageoff = 0; in svc_rdma_build_read_segment()
798 * info->ri_pageno and info->ri_pageoff so that the next RDMA Read
814 numpages = PAGE_ALIGN(info->ri_pageoff in svc_rdma_copy_inline_range()
[all...]
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c264 unsigned int ri_pageoff; member
640 sge_no = PAGE_ALIGN(info->ri_pageoff + len) >> PAGE_SHIFT; in svc_rdma_build_read_segment()
649 PAGE_SIZE - info->ri_pageoff); in svc_rdma_build_read_segment()
653 if (!info->ri_pageoff) in svc_rdma_build_read_segment()
657 seg_len, info->ri_pageoff); in svc_rdma_build_read_segment()
660 info->ri_pageoff += seg_len; in svc_rdma_build_read_segment()
661 if (info->ri_pageoff == PAGE_SIZE) { in svc_rdma_build_read_segment()
663 info->ri_pageoff = 0; in svc_rdma_build_read_segment()
866 info->ri_pageoff = 0; in svc_rdma_recv_read_chunk()

Completed in 3 milliseconds