Home
last modified time | relevance | path

Searched refs:subtotal (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_scsi.c1712 unsigned int remainder, subtotal; in lpfc_bg_setup_bpl_prot() local
1834 subtotal = 0; /* total bytes processed for current prot grp */ in lpfc_bg_setup_bpl_prot()
1853 if ((subtotal + remainder) <= protgrp_bytes) { in lpfc_bg_setup_bpl_prot()
1858 if ((subtotal + remainder) == protgrp_bytes) in lpfc_bg_setup_bpl_prot()
1862 bpl->tus.f.bdeSize = protgrp_bytes - subtotal; in lpfc_bg_setup_bpl_prot()
1866 subtotal += bpl->tus.f.bdeSize; in lpfc_bg_setup_bpl_prot()
2136 unsigned int remainder, subtotal; in lpfc_bg_setup_sgl_prot() local
2296 subtotal = 0; /* total bytes processed for current prot grp */ in lpfc_bg_setup_sgl_prot()
2344 if ((subtotal + remainder) <= protgrp_bytes) { in lpfc_bg_setup_sgl_prot()
2349 if ((subtotal + remainder) == in lpfc_bg_setup_sgl_prot()
[all …]