Searched refs:maxFirstepLevel (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/sys/dev/ath/ath_hal/ar5416/ |
| H A D | ar5416_ani.c | 319 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 D | ar5416_attach.c | 54 .maxFirstepLevel = 2, /* levels 0..2 */ in ar5416AniSetup()
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ar5212/ |
| H A D | ar5212_ani.c | 315 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 D | ar5212.h | 163 int maxFirstepLevel; /* [0..2] */ member
|
| H A D | ar5212_attach.c | 208 .maxFirstepLevel = 2, /* levels 0..2 */ in ar5212AniSetup()
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ar5312/ |
| H A D | ar5312_attach.c | 48 .maxFirstepLevel = 2, /* levels 0..2 */ in ar5312AniSetup()
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ar9001/ |
| H A D | ar9160_attach.c | 75 .maxFirstepLevel = 2, /* levels 0..2 */ in ar9160AniSetup()
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ar9002/ |
| H A D | ar9287_attach.c | 93 .maxFirstepLevel = 2, /* levels 0..2 */ in ar9287AniSetup()
|
| H A D | ar9285_attach.c | 94 .maxFirstepLevel = 2, /* levels 0..2 */ in ar9285AniSetup()
|
| H A D | ar9280_attach.c | 89 .maxFirstepLevel = 2, /* levels 0..2 */ in ar9280AniSetup()
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ |
| H A D | ah_internal.h | 876 int maxFirstepLevel; /* [0..2] */ member
|