Home
last modified time | relevance | path

Searched refs:ATH_DEBUG_RX_PROC (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/tools/tools/ath/athdebug/
HDathdebug.c64 ATH_DEBUG_RX_PROC = 0x00004000, /* rx ISR proc */ enumerator
95 { "recv_proc", ATH_DEBUG_RX_PROC },
/freebsd-14-stable/sys/dev/ath/
HDif_ath_debug.h48 ATH_DEBUG_RX_PROC = 0x000004000ULL, /* rx ISR proc */ enumerator
HDif_ath_rx.c1104 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()