Searched refs:ATH_DEBUG_TX_PROC (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/dev/netif/ath/ath/ |
| HD | if_ath_tx_edma.c | 158 DPRINTF(sc, ATH_DEBUG_TX_PROC, "%s: Q%d: called\n", in ath_edma_tx_fifo_fill() 183 DPRINTF(sc, ATH_DEBUG_TX_PROC, in ath_edma_tx_fifo_fill() 600 DPRINTF(sc, ATH_DEBUG_TX_PROC, "%s: called, npending=%d\n", in ath_edma_tx_proc() 640 if (sc->sc_debug & ATH_DEBUG_TX_PROC) in ath_edma_tx_processq() 702 DPRINTF(sc, ATH_DEBUG_TX_PROC, "%s: Q%d, bf=%p, start=%d, end=%d\n", in ath_edma_tx_processq() 741 DPRINTF(sc, ATH_DEBUG_TX_PROC, "%s: Q%d: FIFO depth is now %d (%d)\n", in ath_edma_tx_processq()
|
| HD | if_ath_debug.h | 47 ATH_DEBUG_TX_PROC = 0x000002000ULL, /* tx ISR proc */ enumerator
|
| HD | if_ath.c | 4399 DPRINTF(sc, ATH_DEBUG_TX_PROC, "%s: tx queue %u head %p link %p\n",
|
| /dragonfly/tools/tools/ath/athdebug/ |
| HD | athdebug.c | 61 ATH_DEBUG_TX_PROC = 0x00002000, /* tx ISR proc */ enumerator 92 { "xmit_proc", ATH_DEBUG_TX_PROC },
|