Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_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()
H A Dar5416_attach.c52 .maxFirstepLevel = 2, /* levels 0..2 */ in ar5416AniSetup()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_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()
H A Dar5212.h161 int maxFirstepLevel; /* [0..2] */ member
H A Dar5212_attach.c206 .maxFirstepLevel = 2, /* levels 0..2 */ in ar5212AniSetup()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5312/
H A Dar5312_attach.c46 .maxFirstepLevel = 2, /* levels 0..2 */ in ar5312AniSetup()
/dragonfly/sys/dev/netif/ath/ath_hal/ar9001/
H A Dar9160_attach.c73 .maxFirstepLevel = 2, /* levels 0..2 */ in ar9160AniSetup()
/dragonfly/sys/dev/netif/ath/ath_hal/ar9002/
H A Dar9287_attach.c91 .maxFirstepLevel = 2, /* levels 0..2 */ in ar9287AniSetup()
H A Dar9285_attach.c92 .maxFirstepLevel = 2, /* levels 0..2 */ in ar9285AniSetup()
H A Dar9280_attach.c87 .maxFirstepLevel = 2, /* levels 0..2 */ in ar9280AniSetup()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_internal.h874 int maxFirstepLevel; /* [0..2] */ member