HomeSort by: relevance | last modified time | path
    Searched defs:ANI_ENA (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_ani.c 48 * ANI_ENA indicates whether any ANI processing should be done;
53 * only if ANI_ENA is true.
59 #define ANI_ENA(ah) \
428 if (!ANI_ENA(ah))
539 if (!ANI_ENA(ah))
795 HALASSERT(ANI_ENA(ah));
966 if (!ANI_ENA(ah))
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_ani.c 52 * ANI_ENA indicates whether any ANI processing should be done;
57 * only if ANI_ENA is true.
63 #define ANI_ENA(ah) \
383 if (!ANI_ENA(ah))
469 if (!ANI_ENA(ah))
689 HALASSERT(ANI_ENA(ah));
846 if (!ANI_ENA(ah))

Completed in 35 milliseconds