Home
last modified time | relevance | path

Searched refs:RX_STAT_INC (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c628 RX_STAT_INC(sc, rx_spectral_sample_good); in ath_cmn_process_fft()
630 RX_STAT_INC(sc, rx_spectral_sample_err); in ath_cmn_process_fft()
646 RX_STAT_INC(sc, rx_spectral_sample_good); in ath_cmn_process_fft()
648 RX_STAT_INC(sc, rx_spectral_sample_err); in ath_cmn_process_fft()
H A Dhtc.h337 #define RX_STAT_INC(hif_dev, c) \ macro
382 #define RX_STAT_INC(hif_dev, c) do { } while (0) macro