Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_ani.c317 if (level > params->maxFirstepLevel) { in ar5416AniControl()
320 __func__, level, params->maxFirstepLevel); in ar5416AniControl()
400 if (aniState->firstepLevel < params->maxFirstepLevel) { in ar5416AniOfdmErrTrigger()
425 if (aniState->firstepLevel < params->maxFirstepLevel) { in ar5416AniOfdmErrTrigger()
439 if (aniState->firstepLevel < params->maxFirstepLevel) in ar5416AniOfdmErrTrigger()
493 if (aniState->firstepLevel < params->maxFirstepLevel) in ar5416AniCckErrTrigger()
HDar5416_attach.c52 .maxFirstepLevel = 2, /* levels 0..2 */ in ar5416AniSetup()
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_ani.c313 if (level > params->maxFirstepLevel) { in ar5212AniControl()
316 __func__, level, params->maxFirstepLevel); in ar5212AniControl()
441 if (aniState->firstepLevel+1 <= params->maxFirstepLevel) { in ar5212AniOfdmErrTrigger()
461 if (aniState->firstepLevel+1 <= params->maxFirstepLevel) { in ar5212AniOfdmErrTrigger()
529 if (aniState->firstepLevel+1 <= params->maxFirstepLevel) { in ar5212AniCckErrTrigger()
HDar5212.h161 int maxFirstepLevel; /* [0..2] */ member
HDar5212_attach.c206 .maxFirstepLevel = 2, /* levels 0..2 */ in ar5212AniSetup()
/trueos/sys/dev/ath/ath_hal/ar5312/
HDar5312_attach.c46 .maxFirstepLevel = 2, /* levels 0..2 */ in ar5312AniSetup()
/trueos/sys/dev/ath/ath_hal/ar9001/
HDar9160_attach.c73 .maxFirstepLevel = 2, /* levels 0..2 */ in ar9160AniSetup()
/trueos/sys/dev/ath/ath_hal/ar9002/
HDar9287_attach.c91 .maxFirstepLevel = 2, /* levels 0..2 */ in ar9287AniSetup()
HDar9285_attach.c92 .maxFirstepLevel = 2, /* levels 0..2 */ in ar9285AniSetup()
HDar9280_attach.c87 .maxFirstepLevel = 2, /* levels 0..2 */ in ar9280AniSetup()
/trueos/sys/dev/ath/ath_hal/
HDah_internal.h867 int maxFirstepLevel; /* [0..2] */ member