HomeSort by: relevance | last modified time | path
    Searched refs:spurImmunityLevel (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_ani.c 369 if (level > aniState->spurImmunityLevel)
371 else if (level < aniState->spurImmunityLevel)
373 aniState->spurImmunityLevel = level;
442 if (aniState->spurImmunityLevel+1 <= params->maxSpurImmunityLevel) {
444 aniState->spurImmunityLevel + 1);
446 aniState->spurImmunityLevel + 1);
664 aniState->spurImmunityLevel);
843 if (aniState->spurImmunityLevel > 0) {
845 __func__, aniState->spurImmunityLevel-1);
847 aniState->spurImmunityLevel - 1)
    [all...]
ar5212_misc.c 896 case 6: *result = ani->spurImmunityLevel; break;
ar5212.h 182 uint8_t spurImmunityLevel;
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_ani.c 331 if (level > aniState->spurImmunityLevel)
333 else if (level < aniState->spurImmunityLevel)
335 aniState->spurImmunityLevel = level;
395 if (aniState->spurImmunityLevel+1 < params->maxSpurImmunityLevel) {
397 aniState->spurImmunityLevel + 1);
584 aniState->spurImmunityLevel);
729 if (aniState->spurImmunityLevel > 0) {
731 aniState->spurImmunityLevel - 1);

Completed in 15 milliseconds