Searched refs:ATH_DEBUG_FATAL (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/tools/tools/ath/athdebug/
H A Dathdebug.c78 ATH_DEBUG_FATAL = 0x80000000, /* fatal errors */ enumerator in enum:__anon16248
109 { "fatal", ATH_DEBUG_FATAL },
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_debug.h67 ATH_DEBUG_FATAL = 0x080000000ULL, /* fatal errors */ enumerator in enum:__anon11526
H A Dif_ath_rx.c1419 if (sc->sc_debug & (ATH_DEBUG_RESET | ATH_DEBUG_FATAL)) {
1434 if (status == HAL_OK || (sc->sc_debug & ATH_DEBUG_FATAL))

Completed in 112 milliseconds