Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c298 unsigned int ri_pageoff; member
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()
738 info->ri_pageoff = 0; in svc_rdma_build_read_segment()
819 PAGE_SIZE - info->ri_pageoff); in svc_rdma_copy_inline_range()
821 if (!info->ri_pageoff) in svc_rdma_copy_inline_range()
828 info->ri_pageoff += page_len; in svc_rdma_copy_inline_range()
831 info->ri_pageoff = 0; in svc_rdma_copy_inline_range()
[all …]