Searched refs:ATH_DEBUG_RESET (Results 1 – 7 of 7) sorted by relevance
/freebsd/tools/tools/ath/athdebug/ |
H A D | athdebug.c | 58 ATH_DEBUG_RESET = 0x00000020, /* reset processing */ enumerator 89 { "reset", ATH_DEBUG_RESET },
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_descdma.c | 155 DPRINTF(sc, ATH_DEBUG_RESET, in ath_descdma_alloc_desc() 218 DPRINTF(sc, ATH_DEBUG_RESET, "%s: %s DMA map: %p (%lu) -> %p (%lu)\n", in ath_descdma_alloc_desc() 332 DPRINTF(sc, ATH_DEBUG_RESET, "%s: %s DMA: %u buffers\n", in ath_descdma_setup_rx_edma()
|
H A D | if_ath_tx_edma.c | 409 DPRINTF(sc, ATH_DEBUG_RESET, "%s: Q%d: called\n", in ath_edma_dma_restart() 463 DPRINTF(sc, ATH_DEBUG_RESET, in ath_edma_dma_restart() 498 DPRINTF(sc, ATH_DEBUG_RESET, "%s: Q%d: FIFO depth was %d, is %d\n", in ath_edma_dma_restart() 714 DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__); in ath_edma_tx_drain()
|
H A D | if_ath_debug.h | 42 ATH_DEBUG_RESET = 0x000000020ULL, /* reset processing */ enumerator
|
H A D | if_ath.c | 1799 DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__); in ath_vap_delete() 1987 DPRINTF(sc, ATH_DEBUG_RESET, in ath_update_chainmasks() 2741 DPRINTF(sc, ATH_DEBUG_RESET, "%s: imask=0x%x\n", in ath_init() 2950 DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__); in ath_reset() 3749 DPRINTF(sc, ATH_DEBUG_RESET, in ath_setslottime() 4147 DPRINTF(sc, ATH_DEBUG_RESET, in ath_txq_update() 4473 else if ((sc->sc_debug & ATH_DEBUG_RESET) && (dosched == 0)) in ath_tx_processq() 5029 if (sc->sc_debug & ATH_DEBUG_RESET) { in ath_tx_draintxq() 5087 DPRINTF(sc, ATH_DEBUG_RESET, in ath_tx_stopdma() 5104 if ((sc->sc_debug & ATH_DEBUG_RESET) in ath_tx_stopdma() [all …]
|
H A D | if_ath_tx.c | 922 DPRINTF(sc, ATH_DEBUG_RESET, in ath_legacy_tx_dma_restart() 931 if (sc->sc_debug & ATH_DEBUG_RESET) in ath_legacy_tx_dma_restart() 3836 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print() 3848 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print() 3858 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print() 3870 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print()
|
H A D | if_ath_rx.c | 1409 if (sc->sc_debug & (ATH_DEBUG_RESET | ATH_DEBUG_FATAL)) { in ath_legacy_stoprecv()
|