Home
last modified time | relevance | path

Searched refs:ah_debug (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ath/
H A Dah_osdep.c164 (ah != NULL && ah->ah_config.ah_debug & mask) || in DO_HALDEBUG()
H A Dif_ath_sysctl.c1328 sc->sc_ah->ah_config.ah_debug = 0; in ath_sysctl_hal_attach()
1330 &sc->sc_ah->ah_config.ah_debug, 0, "Atheros HAL debugging printfs"); in ath_sysctl_hal_attach()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h648 ((struct ath_hal *) (_ah))->ah_config.ah_debug & (__m))) { \
H A Dah.h1153 int ah_debug; /* only used if AH_DEBUG is defined */ member