Searched refs:ATH_DEBUG_RX_PROC (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/tools/tools/ath/athdebug/ |
| HD | athdebug.c | 64 ATH_DEBUG_RX_PROC = 0x00004000, /* rx ISR proc */ enumerator 95 { "recv_proc", ATH_DEBUG_RX_PROC },
|
| /freebsd-14-stable/sys/dev/ath/ |
| HD | if_ath_debug.h | 48 ATH_DEBUG_RX_PROC = 0x000004000ULL, /* rx ISR proc */ enumerator
|
| HD | if_ath_rx.c | 1104 DPRINTF(sc, ATH_DEBUG_RX_PROC, "%s: called\n", __func__); in ath_rx_proc() 1312 DPRINTF(sc, ATH_DEBUG_RX_PROC, "%s: pending %u\n", __func__, npending); in ath_legacy_rx_tasklet()
|