subtotal         1714 drivers/scsi/lpfc/lpfc_scsi.c 	unsigned int remainder, subtotal;
subtotal         1836 drivers/scsi/lpfc/lpfc_scsi.c 		subtotal = 0; /* total bytes processed for current prot grp */
subtotal         1855 drivers/scsi/lpfc/lpfc_scsi.c 			if ((subtotal + remainder) <= protgrp_bytes) {
subtotal         1860 drivers/scsi/lpfc/lpfc_scsi.c 				if ((subtotal + remainder) == protgrp_bytes)
subtotal         1864 drivers/scsi/lpfc/lpfc_scsi.c 				bpl->tus.f.bdeSize = protgrp_bytes - subtotal;
subtotal         1868 drivers/scsi/lpfc/lpfc_scsi.c 			subtotal += bpl->tus.f.bdeSize;
subtotal         2138 drivers/scsi/lpfc/lpfc_scsi.c 	unsigned int remainder, subtotal;
subtotal         2298 drivers/scsi/lpfc/lpfc_scsi.c 		subtotal = 0; /* total bytes processed for current prot grp */
subtotal         2346 drivers/scsi/lpfc/lpfc_scsi.c 				if ((subtotal + remainder) <= protgrp_bytes) {
subtotal         2351 drivers/scsi/lpfc/lpfc_scsi.c 					if ((subtotal + remainder) ==
subtotal         2358 drivers/scsi/lpfc/lpfc_scsi.c 					dma_len = protgrp_bytes - subtotal;
subtotal         2362 drivers/scsi/lpfc/lpfc_scsi.c 				subtotal += dma_len;