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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1425 unsigned int protgrp_blks, protgrp_bytes; local
1502 protgrp_bytes = protgrp_blks * blksize;
1528 if ((subtotal + remainder) <= protgrp_bytes) {
1533 if ((subtotal + remainder) == protgrp_bytes)
1537 bpl->tus.f.bdeSize = protgrp_bytes - subtotal;

Completed in 93 milliseconds