Symbol: ATH_DEBUG_RESET
sys/dev/netif/ath/ath/if_ath.c
1778
DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__);
sys/dev/netif/ath/ath/if_ath.c
1968
DPRINTF(sc, ATH_DEBUG_RESET,
sys/dev/netif/ath/ath/if_ath.c
2648
DPRINTF(sc, ATH_DEBUG_RESET, "%s: imask=0x%x\n",
sys/dev/netif/ath/ath/if_ath.c
2882
DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__);
sys/dev/netif/ath/ath/if_ath.c
3696
DPRINTF(sc, ATH_DEBUG_RESET,
sys/dev/netif/ath/ath/if_ath.c
4120
DPRINTF(sc, ATH_DEBUG_RESET,
sys/dev/netif/ath/ath/if_ath.c
4428
else if ((sc->sc_debug & ATH_DEBUG_RESET) && (dosched == 0))
sys/dev/netif/ath/ath/if_ath.c
4982
if (sc->sc_debug & ATH_DEBUG_RESET) {
sys/dev/netif/ath/ath/if_ath.c
5040
DPRINTF(sc, ATH_DEBUG_RESET,
sys/dev/netif/ath/ath/if_ath.c
5057
if ((sc->sc_debug & ATH_DEBUG_RESET)
sys/dev/netif/ath/ath/if_ath.c
5076
DPRINTF(sc, ATH_DEBUG_RESET, "%s: tx queue [%u] %p, link %p\n",
sys/dev/netif/ath/ath/if_ath.c
5105
if (! (sc->sc_debug & ATH_DEBUG_RESET))
sys/dev/netif/ath/ath/if_ath.c
5143
if (sc->sc_debug & ATH_DEBUG_RESET)
sys/dev/netif/ath/ath/if_ath.c
5175
if (sc->sc_debug & ATH_DEBUG_RESET) {
sys/dev/netif/ath/ath/if_ath.c
5244
DPRINTF(sc, ATH_DEBUG_RESET, "%s: %u (%u MHz, flags 0x%x)\n",
sys/dev/netif/ath/ath/if_ath_descdma.c
160
DPRINTF(sc, ATH_DEBUG_RESET,
sys/dev/netif/ath/ath/if_ath_descdma.c
229
DPRINTF(sc, ATH_DEBUG_RESET, "%s: %s DMA map: %p (%lu) -> %p (%lu)\n",
sys/dev/netif/ath/ath/if_ath_descdma.c
343
DPRINTF(sc, ATH_DEBUG_RESET, "%s: %s DMA: %u buffers\n",
sys/dev/netif/ath/ath/if_ath_rx.c
1358
if (sc->sc_debug & (ATH_DEBUG_RESET | ATH_DEBUG_FATAL)) {
sys/dev/netif/ath/ath/if_ath_tx.c
3870
DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET,
sys/dev/netif/ath/ath/if_ath_tx.c
3882
DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET,
sys/dev/netif/ath/ath/if_ath_tx.c
3896
DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET,
sys/dev/netif/ath/ath/if_ath_tx.c
3906
DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET,
sys/dev/netif/ath/ath/if_ath_tx.c
3918
DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET,
sys/dev/netif/ath/ath/if_ath_tx.c
3930
DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET,
sys/dev/netif/ath/ath/if_ath_tx.c
3944
DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET,
sys/dev/netif/ath/ath/if_ath_tx.c
3958
DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET,
sys/dev/netif/ath/ath/if_ath_tx.c
932
DPRINTF(sc, ATH_DEBUG_RESET,
sys/dev/netif/ath/ath/if_ath_tx.c
941
if (sc->sc_debug & ATH_DEBUG_RESET)
sys/dev/netif/ath/ath/if_ath_tx_edma.c
237
DPRINTF(sc, ATH_DEBUG_RESET, "%s: Q%d: called\n",
sys/dev/netif/ath/ath/if_ath_tx_edma.c
291
DPRINTF(sc, ATH_DEBUG_RESET,
sys/dev/netif/ath/ath/if_ath_tx_edma.c
326
DPRINTF(sc, ATH_DEBUG_RESET, "%s: Q%d: FIFO depth was %d, is %d\n",
sys/dev/netif/ath/ath/if_ath_tx_edma.c
548
DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__);
tools/tools/ath/athdebug/athdebug.c
87
{ "reset", ATH_DEBUG_RESET },