Searched refs:ppmax (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/cxgb3i/
H A Dcxgb3i_ddp.c674 unsigned int ppmax, bits; local
691 ppmax = (uinfo.ulimit - uinfo.llimit + 1) >> PPOD_SIZE_SHIFT;
692 bits = __ilog2_u32(ppmax) + 1;
695 ppmax = (1 << (bits - 1)) - 1;
698 ppmax *
704 tdev->name, ppmax);
709 ppmax *
720 ddp->nppods = ppmax;
721 ddp->idx_last = ppmax;
729 uinfo.ulimit = uinfo.llimit + (ppmax << PPOD_SIZE_SHIF
[all...]

Completed in 54 milliseconds