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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c341 if (level > aniState->spurImmunityLevel)
343 else if (level < aniState->spurImmunityLevel)
345 aniState->spurImmunityLevel = level;
414 if (aniState->spurImmunityLevel+1 <= params->maxSpurImmunityLevel) {
416 aniState->spurImmunityLevel + 1);
418 aniState->spurImmunityLevel + 1);
652 aniState->spurImmunityLevel);
836 if (aniState->spurImmunityLevel > 0) {
838 __func__, aniState->spurImmunityLevel-1);
840 aniState->spurImmunityLevel
[all...]
H A Dar5212.h185 uint8_t spurImmunityLevel; member in struct:ar5212AniState
H A Dar5212_misc.c920 case 6: *result = ani->spurImmunityLevel; break;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c346 if (level > aniState->spurImmunityLevel)
348 else if (level < aniState->spurImmunityLevel)
350 aniState->spurImmunityLevel = level;
389 if (aniState->spurImmunityLevel+1 < params->maxSpurImmunityLevel) {
391 aniState->spurImmunityLevel + 1))
619 aniState->spurImmunityLevel);
783 if (aniState->spurImmunityLevel > 0) {
785 aniState->spurImmunityLevel - 1))
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.h909 uint8_t spurImmunityLevel; member in struct:__anon72
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_misc.c1270 ahp->ext_ani_state.spurImmunityLevel = ani->spur_immunity_level;

Completed in 151 milliseconds