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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c226 struct ar5212AniState *aniState = ahp->ah_curani; local
233 if (aniState != AH_NULL)
234 params = aniState->params;
258 if (level > aniState->noiseImmunityLevel)
260 else if (level < aniState->noiseImmunityLevel)
262 aniState->noiseImmunityLevel = level;
296 aniState->ofdmWeakSigDetectOff = !on;
309 aniState->cckWeakSigThreshold = high;
323 if (level > aniState->firstepLevel)
325 else if (level < aniState
395 struct ar5212AniState *aniState; local
505 struct ar5212AniState *aniState; local
560 ar5212AniRestart(struct ath_hal *ah, struct ar5212AniState *aniState) argument
594 struct ar5212AniState *aniState = &ahp->ah_ani[chan->ic_devdata]; local
724 struct ar5212AniState *aniState = ahp->ah_curani; local
757 struct ar5212AniState *aniState; local
785 struct ar5212AniState *aniState; local
870 struct ar5212AniState *aniState = NULL; local
932 updateMIBStats(struct ath_hal *ah, struct ar5212AniState *aniState) argument
986 struct ar5212AniState *aniState = ahp->ah_curani; local
[all...]
H A Dar5212_misc.c1113 struct ar5212AniState *aniState = local
1115 if (aniState == AH_NULL)
1117 *result = __DECONST(void *, aniState->params);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c179 struct ar5212AniState *aniState = ahp->ah_curani; local
186 if (aniState != AH_NULL)
187 params = aniState->params;
247 if (level > aniState->noiseImmunityLevel)
249 else if (level < aniState->noiseImmunityLevel)
251 aniState->noiseImmunityLevel = level;
297 aniState->ofdmWeakSigDetectOff = !on;
311 aniState->cckWeakSigThreshold = high;
326 if (level > aniState->firstepLevel)
328 else if (level < aniState
372 struct ar5212AniState *aniState; local
469 struct ar5212AniState *aniState; local
512 ar5416AniRestart(struct ath_hal *ah, struct ar5212AniState *aniState) argument
550 struct ar5212AniState *aniState = &ahp->ah_ani[chan->ic_devdata]; local
694 struct ar5212AniState *aniState = ahp->ah_curani; local
727 struct ar5212AniState *aniState; local
818 struct ar5212AniState *aniState = NULL; local
880 updateMIBStats(struct ath_hal *ah, struct ar5212AniState *aniState) argument
932 struct ar5212AniState *aniState = ahp->ah_curani; local
[all...]

Completed in 40 milliseconds