Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_descdma.c155 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 Dif_ath_debug.h42 ATH_DEBUG_RESET = 0x000000020ULL, /* reset processing */ enumerator
H A Dif_ath_tx_edma.c409 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 Dif_ath.c1801 DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__); in ath_vap_delete()
1989 DPRINTF(sc, ATH_DEBUG_RESET, in ath_update_chainmasks()
2749 DPRINTF(sc, ATH_DEBUG_RESET, "%s: imask=0x%x\n", in ath_init()
2958 DPRINTF(sc, ATH_DEBUG_RESET, "%s: called\n", __func__); in ath_reset()
3757 DPRINTF(sc, ATH_DEBUG_RESET, in ath_setslottime()
4155 DPRINTF(sc, ATH_DEBUG_RESET, in ath_txq_update()
4481 else if ((sc->sc_debug & ATH_DEBUG_RESET) && (dosched == 0)) in ath_tx_processq()
5037 if (sc->sc_debug & ATH_DEBUG_RESET) { in ath_tx_draintxq()
5095 DPRINTF(sc, ATH_DEBUG_RESET, in ath_tx_stopdma()
5112 if ((sc->sc_debug & ATH_DEBUG_RESET) in ath_tx_stopdma()
[all …]
H A Dif_ath_tx.c922 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()
3856 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print()
3868 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print()
3878 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print()
3890 DPRINTF(sc, ATH_DEBUG_SW_TX | ATH_DEBUG_RESET, in ath_tx_tid_drain_print()
H A Dif_ath_rx.c1409 if (sc->sc_debug & (ATH_DEBUG_RESET | ATH_DEBUG_FATAL)) { in ath_legacy_stoprecv()