Searched refs:ATH_DEBUG_EDMA_RX (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_rx_edma.c | 163 DPRINTF(sc, ATH_DEBUG_EDMA_RX, "%s: called, dodelay=%d\n", in ath_edma_stoprecv() 196 DPRINTF(sc, ATH_DEBUG_EDMA_RX, "%s: done\n", __func__); in ath_edma_stoprecv() 211 DPRINTF(sc, ATH_DEBUG_EDMA_RX, "%s: called\n", __func__); in ath_edma_reinit_fifo() 218 DPRINTF(sc, ATH_DEBUG_EDMA_RX, in ath_edma_reinit_fifo() 235 DPRINTF(sc, ATH_DEBUG_EDMA_RX, "%s: done\n", __func__); in ath_edma_reinit_fifo() 246 DPRINTF(sc, ATH_DEBUG_EDMA_RX, in ath_edma_startrecv() 266 DPRINTF(sc, ATH_DEBUG_EDMA_RX, in ath_edma_startrecv() 269 DPRINTF(sc, ATH_DEBUG_EDMA_RX, in ath_edma_startrecv() 306 DPRINTF(sc, ATH_DEBUG_EDMA_RX, "%s: ready\n", __func__); in ath_edma_startrecv() 315 DPRINTF(sc, ATH_DEBUG_EDMA_RX, "%s: called; qtype=%d, dosched=%d\n", in ath_edma_recv_sched_queue() [all …]
|
H A D | if_ath_debug.h | 67 ATH_DEBUG_EDMA_RX = 0x200000000ULL, /* RX EDMA state */ enumerator
|