Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1687 unsigned int remainder, subtotal; in lpfc_bg_setup_bpl_prot() local
1809 subtotal = 0; /* total bytes processed for current prot grp */ in lpfc_bg_setup_bpl_prot()
1828 if ((subtotal + remainder) <= protgrp_bytes) { in lpfc_bg_setup_bpl_prot()
1833 if ((subtotal + remainder) == protgrp_bytes) in lpfc_bg_setup_bpl_prot()
1837 bpl->tus.f.bdeSize = protgrp_bytes - subtotal; in lpfc_bg_setup_bpl_prot()
1841 subtotal += bpl->tus.f.bdeSize; in lpfc_bg_setup_bpl_prot()
2112 unsigned int remainder, subtotal; in lpfc_bg_setup_sgl_prot() local
2319 if ((subtotal + remainder) <= protgrp_bytes) { in lpfc_bg_setup_sgl_prot()
2324 if ((subtotal + remainder) == in lpfc_bg_setup_sgl_prot()
2331 dma_len = protgrp_bytes - subtotal; in lpfc_bg_setup_sgl_prot()
[all …]