Searched refs:aniState (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c224 struct ar5212AniState *aniState = ahp->ah_curani; local
231 if (aniState != AH_NULL)
232 params = aniState->params;
256 if (level > aniState->noiseImmunityLevel)
258 else if (level < aniState->noiseImmunityLevel)
260 aniState->noiseImmunityLevel = level;
294 aniState->ofdmWeakSigDetectOff = !on;
307 aniState->cckWeakSigThreshold = high;
321 if (level > aniState->firstepLevel)
323 else if (level < aniState
393 struct ar5212AniState *aniState; local
503 struct ar5212AniState *aniState; local
558 ar5212AniRestart(struct ath_hal *ah, struct ar5212AniState *aniState) argument
592 struct ar5212AniState *aniState = &ahp->ah_ani[chan->ic_devdata]; local
722 struct ar5212AniState *aniState = ahp->ah_curani; local
755 struct ar5212AniState *aniState; local
783 struct ar5212AniState *aniState; local
868 struct ar5212AniState *aniState = NULL; local
930 updateMIBStats(struct ath_hal *ah, struct ar5212AniState *aniState) argument
984 struct ar5212AniState *aniState = ahp->ah_curani; local
[all...]
H A Dar5212_misc.c1111 struct ar5212AniState *aniState = local
1113 if (aniState == AH_NULL)
1115 *result = __DECONST(void *, aniState->params);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c177 struct ar5212AniState *aniState = ahp->ah_curani; local
184 if (aniState != AH_NULL)
185 params = aniState->params;
246 if (level > aniState->noiseImmunityLevel)
248 else if (level < aniState->noiseImmunityLevel)
250 aniState->noiseImmunityLevel = level;
296 aniState->ofdmWeakSigDetectOff = !on;
310 aniState->cckWeakSigThreshold = high;
325 if (level > aniState->firstepLevel)
327 else if (level < aniState
371 struct ar5212AniState *aniState; local
468 struct ar5212AniState *aniState; local
511 ar5416AniRestart(struct ath_hal *ah, struct ar5212AniState *aniState) argument
549 struct ar5212AniState *aniState = &ahp->ah_ani[chan->ic_devdata]; local
693 struct ar5212AniState *aniState = ahp->ah_curani; local
726 struct ar5212AniState *aniState; local
817 struct ar5212AniState *aniState = NULL; local
879 updateMIBStats(struct ath_hal *ah, struct ar5212AniState *aniState) argument
931 struct ar5212AniState *aniState = ahp->ah_curani; local
[all...]

Completed in 108 milliseconds