Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
HDif_ath_tx_edma.c237 DPRINTF(sc, ATH_DEBUG_RESET, "%s: Q%d: called\n", in ath_edma_dma_restart()
291 DPRINTF(sc, ATH_DEBUG_RESET, in ath_edma_dma_restart()
326 DPRINTF(sc, ATH_DEBUG_RESET, "%s: Q%d: FIFO depth was %d, is %d\n", in ath_edma_dma_restart()
548 DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__); in ath_edma_tx_drain()
HDif_ath_descdma.c160 DPRINTF(sc, ATH_DEBUG_RESET, in ath_descdma_alloc_desc()
229 DPRINTF(sc, ATH_DEBUG_RESET, "%s: %s DMA map: %p (%lu) -> %p (%lu)\n", in ath_descdma_alloc_desc()
343 DPRINTF(sc, ATH_DEBUG_RESET, "%s: %s DMA: %u buffers\n", in ath_descdma_setup_rx_edma()
HDif_ath_debug.h42 ATH_DEBUG_RESET = 0x000000020ULL, /* reset processing */ enumerator
HDif_ath.c1778 DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__);
1968 DPRINTF(sc, ATH_DEBUG_RESET,
2648 DPRINTF(sc, ATH_DEBUG_RESET, "%s: imask=0x%x\n",
2882 DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__);
3696 DPRINTF(sc, ATH_DEBUG_RESET,
4120 DPRINTF(sc, ATH_DEBUG_RESET,
4428 else if ((sc->sc_debug & ATH_DEBUG_RESET) && (dosched == 0))
4982 if (sc->sc_debug & ATH_DEBUG_RESET) {
5040 DPRINTF(sc, ATH_DEBUG_RESET,
5057 if ((sc->sc_debug & ATH_DEBUG_RESET)
[all …]
HDif_ath_tx.c932 DPRINTF(sc, ATH_DEBUG_RESET, in ath_legacy_tx_dma_restart()
941 if (sc->sc_debug & ATH_DEBUG_RESET) in ath_legacy_tx_dma_restart()
3870 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print()
3882 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print()
3896 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print()
3906 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print()
3918 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print()
3930 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print()
3944 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print()
3958 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print()
HDif_ath_rx.c1358 if (sc->sc_debug & (ATH_DEBUG_RESET | ATH_DEBUG_FATAL)) { in ath_legacy_stoprecv()
/dragonfly/tools/tools/ath/athdebug/
HDathdebug.c56 ATH_DEBUG_RESET = 0x00000020, /* reset processing */ enumerator
87 { "reset", ATH_DEBUG_RESET },