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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_ani.c199 if (level > aniState->spurImmunityLevel)
201 else if (level < aniState->spurImmunityLevel)
203 aniState->spurImmunityLevel = (uint8_t)level; /* LINT */
217 "noiseImmunityLevel=%d, spurImmunityLevel=%d, "
219 aniState->noiseImmunityLevel, aniState->spurImmunityLevel,
311 if (aniState->spurImmunityLevel < HAL_SPUR_IMMUNE_MAX) {
313 aniState->spurImmunityLevel + 1)) {
449 if (aniState->spurImmunityLevel > 0) {
451 aniState->spurImmunityLevel - 1))
547 if (aniState->spurImmunityLevel !
[all...]
H A Darn_hw.h357 uint8_t spurImmunityLevel; member in struct:ar5416AniState

Completed in 50 milliseconds