Home
last modified time | relevance | path

Searched refs:ATH_DEBUG_RECV (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/tools/ath/athdebug/
H A Dathdebug.c55 ATH_DEBUG_RECV = 0x00000004, /* basic recv operation */ enumerator
86 { "recv", ATH_DEBUG_RECV },
/freebsd/sys/dev/ath/
H A Dif_ath_debug.h39 ATH_DEBUG_RECV = 0x000000004ULL, /* basic recv operation */ enumerator
H A Dif_ath_rx_edma.c362 DPRINTF(sc, ATH_DEBUG_RECV | ATH_DEBUG_EDMA_RX, "%s: called\n", __func__); in ath_edma_recv_flush()
402 DPRINTF(sc, ATH_DEBUG_RECV | ATH_DEBUG_EDMA_RX, "%s: done\n", __func__); in ath_edma_recv_flush()
H A Dif_ath_rx.c897 DPRINTF(sc, ATH_DEBUG_RECV, in ath_rx_pkt()
908 if (IFF_DUMPPKTS(sc, ATH_DEBUG_RECV)) { in ath_rx_pkt()
1470 DPRINTF(sc, ATH_DEBUG_RECV, in ath_legacy_startrecv()