Lines Matching refs:subtotal
2026 unsigned int remainder, subtotal; in lpfc_bg_setup_bpl_prot() local
2148 subtotal = 0; /* total bytes processed for current prot grp */ in lpfc_bg_setup_bpl_prot()
2167 if ((subtotal + remainder) <= protgrp_bytes) { in lpfc_bg_setup_bpl_prot()
2172 if ((subtotal + remainder) == protgrp_bytes) in lpfc_bg_setup_bpl_prot()
2176 bpl->tus.f.bdeSize = protgrp_bytes - subtotal; in lpfc_bg_setup_bpl_prot()
2180 subtotal += bpl->tus.f.bdeSize; in lpfc_bg_setup_bpl_prot()
2406 unsigned int remainder, subtotal; in lpfc_bg_setup_sgl_prot() local
2534 subtotal = 0; /* total bytes processed for current prot grp */ in lpfc_bg_setup_sgl_prot()
2551 if ((subtotal + remainder) <= protgrp_bytes) { in lpfc_bg_setup_sgl_prot()
2556 if ((subtotal + remainder) == protgrp_bytes) in lpfc_bg_setup_sgl_prot()
2560 dma_len = protgrp_bytes - subtotal; in lpfc_bg_setup_sgl_prot()
2564 subtotal += dma_len; in lpfc_bg_setup_sgl_prot()