Searched defs:maxIndex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c550 ((vpdTableI[i][sizeCurrVpdTable - 1] + (ss - maxIndex + 1) * vpdStep));
566 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex; local
676 maxIndex =
679 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1)))
686 if (tgtIndex > maxIndex) {
735 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex; local
844 maxIndex = (tgtIndex < sizeCurrVpdTable) ?
847 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {
855 if (tgtIndex > maxIndex) {
861 (ss - maxIndex
[all...]

Completed in 115 milliseconds