Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1684 unsigned int protgrp_blks, protgrp_bytes; in lpfc_bg_setup_bpl_prot() local
1790 protgrp_bytes = protgrp_blks * blksize; in lpfc_bg_setup_bpl_prot()
1797 protgrp_bytes = protgrp_blks * blksize; in lpfc_bg_setup_bpl_prot()
1826 if ((subtotal + remainder) <= protgrp_bytes) { in lpfc_bg_setup_bpl_prot()
1831 if ((subtotal + remainder) == protgrp_bytes) in lpfc_bg_setup_bpl_prot()
1835 bpl->tus.f.bdeSize = protgrp_bytes - subtotal; in lpfc_bg_setup_bpl_prot()
2109 unsigned int protgrp_blks, protgrp_bytes; in lpfc_bg_setup_sgl_prot() local
2252 protgrp_bytes = protgrp_blks * blksize; in lpfc_bg_setup_sgl_prot()
2259 protgrp_bytes = protgrp_blks * blksize; in lpfc_bg_setup_sgl_prot()
2317 if ((subtotal + remainder) <= protgrp_bytes) { in lpfc_bg_setup_sgl_prot()
[all …]