Searched refs:subtotal (Results 1 – 1 of 1) sorted by relevance
2047 unsigned int remainder, subtotal; in lpfc_bg_setup_bpl_prot() local2169 subtotal = 0; /* total bytes processed for current prot grp */ in lpfc_bg_setup_bpl_prot()2188 if ((subtotal + remainder) <= protgrp_bytes) { in lpfc_bg_setup_bpl_prot()2193 if ((subtotal + remainder) == protgrp_bytes) in lpfc_bg_setup_bpl_prot()2197 bpl->tus.f.bdeSize = protgrp_bytes - subtotal; in lpfc_bg_setup_bpl_prot()2201 subtotal += bpl->tus.f.bdeSize; in lpfc_bg_setup_bpl_prot()2425 unsigned int remainder, subtotal; in lpfc_bg_setup_sgl_prot() local2553 subtotal = 0; /* total bytes processed for current prot grp */ in lpfc_bg_setup_sgl_prot()2570 if ((subtotal + remainder) <= protgrp_bytes) { in lpfc_bg_setup_sgl_prot()2575 if ((subtotal + remainder) == protgrp_bytes) in lpfc_bg_setup_sgl_prot()[all …]