Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()