Lines Matching defs:subtotal
1690 unsigned int remainder, subtotal;
1812 subtotal = 0; /* total bytes processed for current prot grp */
1831 if ((subtotal + remainder) <= protgrp_bytes) {
1836 if ((subtotal + remainder) == protgrp_bytes)
1840 bpl->tus.f.bdeSize = protgrp_bytes - subtotal;
1844 subtotal += bpl->tus.f.bdeSize;
2115 unsigned int remainder, subtotal;
2274 subtotal = 0; /* total bytes processed for current prot grp */
2322 if ((subtotal + remainder) <= protgrp_bytes) {
2327 if ((subtotal + remainder) ==
2334 dma_len = protgrp_bytes - subtotal;
2338 subtotal += dma_len;