Lines Matching defs:subtotal
1716 unsigned int remainder, subtotal;
1838 subtotal = 0; /* total bytes processed for current prot grp */
1857 if ((subtotal + remainder) <= protgrp_bytes) {
1862 if ((subtotal + remainder) == protgrp_bytes)
1866 bpl->tus.f.bdeSize = protgrp_bytes - subtotal;
1870 subtotal += bpl->tus.f.bdeSize;
2140 unsigned int remainder, subtotal;
2300 subtotal = 0; /* total bytes processed for current prot grp */
2348 if ((subtotal + remainder) <= protgrp_bytes) {
2353 if ((subtotal + remainder) ==
2360 dma_len = protgrp_bytes - subtotal;
2364 subtotal += dma_len;