Searched refs:ANI_ENA (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c50 * ANI_ENA indicates whether any ANI processing should be done;
55 * only if ANI_ENA is true.
61 #define ANI_ENA(ah) \ macro
400 if (!ANI_ENA(ah))
510 if (!ANI_ENA(ah))
629 if (! ANI_ENA(ah)) {
788 HALASSERT(ANI_ENA(ah));
891 if (ANI_ENA(ah))
902 } else if (ANI_ENA(ah)) {
919 if (ANI_ENA(a
[all...]
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c54 * ANI_ENA indicates whether any ANI processing should be done;
59 * only if ANI_ENA is true.
65 #define ANI_ENA(ah) \ macro
377 if (!ANI_ENA(ah))
474 if (!ANI_ENA(ah))
585 if (! ANI_ENA(ah)) {
730 HALASSERT(ANI_ENA(ah));
839 if (ANI_ENA(ah))
850 } else if (ANI_ENA(ah)) {
867 if (ANI_ENA(a
[all...]

Completed in 56 milliseconds