Home
last modified time | relevance | path

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

/Linux-v5.4/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()
426 seg_offset += info->wi_seg_off; in svc_rdma_build_writes()
428 write_len = min(remaining, seg_length - info->wi_seg_off); in svc_rdma_build_writes()
445 if (write_len == seg_length - info->wi_seg_off) { in svc_rdma_build_writes()
448 info->wi_seg_off = 0; in svc_rdma_build_writes()
450 info->wi_seg_off += write_len; in svc_rdma_build_writes()