Home
last modified time | relevance | path

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

/freebsd-11-stable/tools/tools/ath/athdebug/
HDathdebug.c78 ATH_DEBUG_FATAL = 0x80000000, /* fatal errors */ enumerator
109 { "fatal", ATH_DEBUG_FATAL },
/freebsd-11-stable/sys/dev/ath/
HDif_ath_debug.h65 ATH_DEBUG_FATAL = 0x080000000ULL, /* fatal errors */ enumerator
HDif_ath_rx.c1341 if (sc->sc_debug & (ATH_DEBUG_RESET | ATH_DEBUG_FATAL)) { in ath_legacy_stoprecv()
1356 if (status == HAL_OK || (sc->sc_debug & ATH_DEBUG_FATAL)) in ath_legacy_stoprecv()