Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c319 if (level > params->maxFirstepLevel) { in ar5416AniControl()
322 __func__, level, params->maxFirstepLevel); in ar5416AniControl()
402 if (aniState->firstepLevel < params->maxFirstepLevel) { in ar5416AniOfdmErrTrigger()
427 if (aniState->firstepLevel < params->maxFirstepLevel) { in ar5416AniOfdmErrTrigger()
441 if (aniState->firstepLevel < params->maxFirstepLevel) in ar5416AniOfdmErrTrigger()
495 if (aniState->firstepLevel < params->maxFirstepLevel) in ar5416AniCckErrTrigger()
H A Dar5416_attach.c54 .maxFirstepLevel = 2, /* levels 0..2 */ in ar5416AniSetup()
/freebsd-12.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c315 if (level > params->maxFirstepLevel) { in ar5212AniControl()
318 __func__, level, params->maxFirstepLevel); in ar5212AniControl()
443 if (aniState->firstepLevel+1 <= params->maxFirstepLevel) { in ar5212AniOfdmErrTrigger()
463 if (aniState->firstepLevel+1 <= params->maxFirstepLevel) { in ar5212AniOfdmErrTrigger()
531 if (aniState->firstepLevel+1 <= params->maxFirstepLevel) { in ar5212AniCckErrTrigger()
H A Dar5212.h163 int maxFirstepLevel; /* [0..2] */ member
H A Dar5212_attach.c208 .maxFirstepLevel = 2, /* levels 0..2 */ in ar5212AniSetup()
/freebsd-12.1/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c48 .maxFirstepLevel = 2, /* levels 0..2 */ in ar5312AniSetup()
/freebsd-12.1/sys/dev/ath/ath_hal/ar9001/
H A Dar9160_attach.c75 .maxFirstepLevel = 2, /* levels 0..2 */ in ar9160AniSetup()
/freebsd-12.1/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_attach.c93 .maxFirstepLevel = 2, /* levels 0..2 */ in ar9287AniSetup()
H A Dar9285_attach.c94 .maxFirstepLevel = 2, /* levels 0..2 */ in ar9285AniSetup()
H A Dar9280_attach.c89 .maxFirstepLevel = 2, /* levels 0..2 */ in ar9280AniSetup()
/freebsd-12.1/sys/dev/ath/ath_hal/
H A Dah_internal.h876 int maxFirstepLevel; /* [0..2] */ member