Searched refs:ATH_DEBUG_RESET (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/tools/tools/ath/athdebug/
H A Dathdebug.c60 ATH_DEBUG_RESET = 0x00000020, /* reset processing */ enumerator in enum:__anon16248
91 { "reset", ATH_DEBUG_RESET },
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_debug.h44 ATH_DEBUG_RESET = 0x000000020ULL, /* reset processing */ enumerator in enum:__anon11526
H A Dif_ath_descdma.c157 DPRINTF(sc, ATH_DEBUG_RESET,
220 DPRINTF(sc, ATH_DEBUG_RESET, "%s: %s DMA map: %p (%lu) -> %p (%lu)\n",
334 DPRINTF(sc, ATH_DEBUG_RESET, "%s: %s DMA: %u buffers\n",
H A Dif_ath_tx_edma.c411 DPRINTF(sc, ATH_DEBUG_RESET, "%s: Q%d: called\n",
465 DPRINTF(sc, ATH_DEBUG_RESET,
500 DPRINTF(sc, ATH_DEBUG_RESET, "%s: Q%d: FIFO depth was %d, is %d\n",
716 DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__);
H A Dif_ath.c1792 DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__);
1980 DPRINTF(sc, ATH_DEBUG_RESET,
2694 DPRINTF(sc, ATH_DEBUG_RESET, "%s: imask=0x%x\n",
2903 DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__);
3702 DPRINTF(sc, ATH_DEBUG_RESET,
4100 DPRINTF(sc, ATH_DEBUG_RESET,
4421 else if ((sc->sc_debug & ATH_DEBUG_RESET) && (dosched == 0))
4977 if (sc->sc_debug & ATH_DEBUG_RESET) {
5035 DPRINTF(sc, ATH_DEBUG_RESET,
5052 if ((sc->sc_debug & ATH_DEBUG_RESET)
[all...]
H A Dif_ath_tx.c924 DPRINTF(sc, ATH_DEBUG_RESET,
933 if (sc->sc_debug & ATH_DEBUG_RESET)
3858 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET,
3870 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET,
3880 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET,
3892 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET,
H A Dif_ath_rx.c1419 if (sc->sc_debug & (ATH_DEBUG_RESET | ATH_DEBUG_FATAL)) {

Completed in 413 milliseconds