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

/freebsd-11-stable/tools/tools/ath/athdebug/
H A Dathdebug.c60 ATH_DEBUG_RESET = 0x00000020, /* reset processing */ enumerator in enum:__anon13684
91 { "reset", ATH_DEBUG_RESET },
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_debug.h42 ATH_DEBUG_RESET = 0x000000020ULL, /* reset processing */ enumerator in enum:__anon9263
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.c397 DPRINTF(sc, ATH_DEBUG_RESET, "%s: Q%d: called\n",
451 DPRINTF(sc, ATH_DEBUG_RESET,
486 DPRINTF(sc, ATH_DEBUG_RESET, "%s: Q%d: FIFO depth was %d, is %d\n",
702 DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__);
H A Dif_ath.c1716 DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__);
1902 DPRINTF(sc, ATH_DEBUG_RESET,
2584 DPRINTF(sc, ATH_DEBUG_RESET, "%s: imask=0x%x\n",
2792 DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__);
3597 DPRINTF(sc, ATH_DEBUG_RESET,
3987 DPRINTF(sc, ATH_DEBUG_RESET,
4295 else if ((sc->sc_debug & ATH_DEBUG_RESET) && (dosched == 0))
4849 if (sc->sc_debug & ATH_DEBUG_RESET) {
4907 DPRINTF(sc, ATH_DEBUG_RESET,
4924 if ((sc->sc_debug & ATH_DEBUG_RESET)
[all...]
H A Dif_ath_tx.c909 DPRINTF(sc, ATH_DEBUG_RESET,
918 if (sc->sc_debug & ATH_DEBUG_RESET)
3737 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET,
3749 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET,
3759 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET,
3771 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET,
H A Dif_ath_rx.c1341 if (sc->sc_debug & (ATH_DEBUG_RESET | ATH_DEBUG_FATAL)) {

Completed in 100 milliseconds