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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c566 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex; local
674 tgtIndex = (uint8_t)
677 (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
686 if (tgtIndex > maxIndex) {
687 while ((ss <= tgtIndex) &&
735 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex; local
842 tgtIndex = (uint8_t)(pPdGainBoundaries[i] + tPdGainOverlap -
844 maxIndex = (tgtIndex < sizeCurrVpdTable) ?
845 tgtIndex
[all...]

Completed in 63 milliseconds