Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c233 unsigned int ri_pageoff; member
618 sge_no = PAGE_ALIGN(info->ri_pageoff + len) >> PAGE_SHIFT; in svc_rdma_build_read_segment()
627 PAGE_SIZE - info->ri_pageoff); in svc_rdma_build_read_segment()
631 if (!info->ri_pageoff) in svc_rdma_build_read_segment()
635 seg_len, info->ri_pageoff); in svc_rdma_build_read_segment()
638 info->ri_pageoff += seg_len; in svc_rdma_build_read_segment()
639 if (info->ri_pageoff == PAGE_SIZE) { in svc_rdma_build_read_segment()
641 info->ri_pageoff = 0; in svc_rdma_build_read_segment()
846 info->ri_pageoff = 0; in svc_rdma_recv_read_chunk()