Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Drecv.c837 RX_STAT_INC(sc, rx_len_err); in ath9k_rx_skb_preprocess()
847 RX_STAT_INC(sc, rx_len_err); in ath9k_rx_skb_preprocess()
888 RX_STAT_INC(sc, rx_spectral); in ath9k_rx_skb_preprocess()
906 RX_STAT_INC(sc, rx_beacons); in ath9k_rx_skb_preprocess()
923 RX_STAT_INC(sc, rx_rate_err); in ath9k_rx_skb_preprocess()
1130 RX_STAT_INC(sc, rx_oom_err); in ath_rx_tasklet()
1158 RX_STAT_INC(sc, rx_frags); in ath_rx_tasklet()
1168 RX_STAT_INC(sc, rx_too_many_frags_err); in ath_rx_tasklet()
1180 RX_STAT_INC(sc, rx_oom_err); in ath_rx_tasklet()
H A Ddebug.h29 #define RX_STAT_INC(sc, c) do { (sc)->debug.stats.rxstats.c++; } while (0) macro
35 #define RX_STAT_INC(sc, c) do { (void)(sc); } while (0) macro
H A Dhif_usb.c548 RX_STAT_INC(hif_dev, skb_dropped); in ath9k_hif_usb_free_rx_remain_skb()
609 RX_STAT_INC(hif_dev, skb_dropped); in ath9k_hif_usb_rx_stream()
616 RX_STAT_INC(hif_dev, skb_dropped); in ath9k_hif_usb_rx_stream()
643 RX_STAT_INC(hif_dev, skb_allocated); in ath9k_hif_usb_rx_stream()
664 RX_STAT_INC(hif_dev, skb_allocated); in ath9k_hif_usb_rx_stream()
677 RX_STAT_INC(hif_dev, skb_completed); in ath9k_hif_usb_rx_stream()
683 RX_STAT_INC(hif_dev, skb_dropped); in ath9k_hif_usb_rx_stream()
H A Dcommon-spectral.c627 RX_STAT_INC(sc, rx_spectral_sample_good); in ath_cmn_process_fft()
629 RX_STAT_INC(sc, rx_spectral_sample_err); in ath_cmn_process_fft()
645 RX_STAT_INC(sc, rx_spectral_sample_good); in ath_cmn_process_fft()
647 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