ath_debug         149 dev/ic/ath.c   int ath_debug = 0;
ath_debug        1931 dev/ic/ath.c   		if (ath_debug & ATH_DEBUG_RECV_DESC)
ath_debug        2510 dev/ic/ath.c   		if (ath_debug & ATH_DEBUG_XMIT_DESC)
ath_debug        2610 dev/ic/ath.c   		if (ath_debug & ATH_DEBUG_RESET) {
ath_debug        2649 dev/ic/ath.c   	if (ath_debug & ATH_DEBUG_RESET) {
ath_debug         346 dev/ic/athvar.h 	((ath_debug & _m) || \
ath_debug         348 dev/ic/athvar.h #define	DPRINTF(_m,X)	if (ath_debug & (_m)) printf X