Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c158 unsigned int wi_seg_off; member
180 info->wi_seg_off = 0; in svc_rdma_write_info_alloc()
434 seg_offset += info->wi_seg_off; in svc_rdma_build_writes()
436 write_len = min(remaining, seg_length - info->wi_seg_off); in svc_rdma_build_writes()
453 if (write_len == seg_length - info->wi_seg_off) { in svc_rdma_build_writes()
456 info->wi_seg_off = 0; in svc_rdma_build_writes()
458 info->wi_seg_off += write_len; in svc_rdma_build_writes()