Home
last modified time | relevance | path

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

/freebsd-11-stable/tools/tools/ath/athdebug/
HDathdebug.c60 ATH_DEBUG_RESET = 0x00000020, /* reset processing */ enumerator
91 { "reset", ATH_DEBUG_RESET },
/freebsd-11-stable/sys/dev/ath/
HDif_ath_descdma.c157 DPRINTF(sc, ATH_DEBUG_RESET, in ath_descdma_alloc_desc()
220 DPRINTF(sc, ATH_DEBUG_RESET, "%s: %s DMA map: %p (%lu) -> %p (%lu)\n", in ath_descdma_alloc_desc()
334 DPRINTF(sc, ATH_DEBUG_RESET, "%s: %s DMA: %u buffers\n", in ath_descdma_setup_rx_edma()
HDif_ath_tx_edma.c397 DPRINTF(sc, ATH_DEBUG_RESET, "%s: Q%d: called\n", in ath_edma_dma_restart()
451 DPRINTF(sc, ATH_DEBUG_RESET, in ath_edma_dma_restart()
486 DPRINTF(sc, ATH_DEBUG_RESET, "%s: Q%d: FIFO depth was %d, is %d\n", in ath_edma_dma_restart()
702 DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__); in ath_edma_tx_drain()
HDif_ath_debug.h42 ATH_DEBUG_RESET = 0x000000020ULL, /* reset processing */ enumerator
HDif_ath.c1716 DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__); in ath_vap_delete()
1902 DPRINTF(sc, ATH_DEBUG_RESET, in ath_update_chainmasks()
2584 DPRINTF(sc, ATH_DEBUG_RESET, "%s: imask=0x%x\n", in ath_init()
2792 DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__); in ath_reset()
3597 DPRINTF(sc, ATH_DEBUG_RESET, in ath_setslottime()
3987 DPRINTF(sc, ATH_DEBUG_RESET, in ath_txq_update()
4295 else if ((sc->sc_debug & ATH_DEBUG_RESET) && (dosched == 0)) in ath_tx_processq()
4849 if (sc->sc_debug & ATH_DEBUG_RESET) { in ath_tx_draintxq()
4907 DPRINTF(sc, ATH_DEBUG_RESET, in ath_tx_stopdma()
4924 if ((sc->sc_debug & ATH_DEBUG_RESET) in ath_tx_stopdma()
[all …]
HDif_ath_tx.c909 DPRINTF(sc, ATH_DEBUG_RESET, in ath_legacy_tx_dma_restart()
918 if (sc->sc_debug & ATH_DEBUG_RESET) in ath_legacy_tx_dma_restart()
3737 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print()
3749 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print()
3759 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print()
3771 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print()
HDif_ath_rx.c1341 if (sc->sc_debug & (ATH_DEBUG_RESET | ATH_DEBUG_FATAL)) { in ath_legacy_stoprecv()