Home
last modified time | relevance | path

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

/dragonfly/tools/tools/ath/athdebug/
H A Dathdebug.c54 ATH_DEBUG_RECV_DESC = 0x00000008, /* recv descriptors */ enumerator
85 { "recv_desc", ATH_DEBUG_RECV_DESC },
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_debug.h40 ATH_DEBUG_RECV_DESC = 0x000000008ULL, /* recv descriptors */ enumerator
H A Dif_ath_rx_edma.c437 if (sc->sc_debug & ATH_DEBUG_RECV_DESC) in ath_edma_recv_proc_queue()
875 if (sc->sc_debug & ATH_DEBUG_RECV_DESC) in ath_edma_rxfifo_flush()
H A Dif_ath_rx.c1113 if (sc->sc_debug & ATH_DEBUG_RECV_DESC) in ath_rx_proc()