Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c891 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_legacy_target_powers() local
899 matchIndex = 0; in ath9k_hw_get_legacy_target_powers()
905 matchIndex = i; in ath9k_hw_get_legacy_target_powers()
916 if ((matchIndex == -1) && (lowIndex == -1)) in ath9k_hw_get_legacy_target_powers()
917 matchIndex = i - 1; in ath9k_hw_get_legacy_target_powers()
920 if (matchIndex != -1) { in ath9k_hw_get_legacy_target_powers()
921 *pNewPower = powInfo[matchIndex]; in ath9k_hw_get_legacy_target_powers()
948 int matchIndex = -1, lowIndex = -1; in ath9k_hw_get_target_powers() local
956 matchIndex = 0; in ath9k_hw_get_target_powers()
962 matchIndex = i; in ath9k_hw_get_target_powers()
[all …]