Searched refs:ATH_DEBUG_RECV (Results 1 – 4 of 4) sorted by relevance
/freebsd/tools/tools/ath/athdebug/ |
H A D | athdebug.c | 55 ATH_DEBUG_RECV = 0x00000004, /* basic recv operation */ enumerator 86 { "recv", ATH_DEBUG_RECV },
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_debug.h | 39 ATH_DEBUG_RECV = 0x000000004ULL, /* basic recv operation */ enumerator
|
H A D | if_ath_rx_edma.c | 362 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 D | if_ath_rx.c | 897 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()
|