Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
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()
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
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()
A Dhtc.h331 #define RX_STAT_INC(c) (hif_dev->htc_handle->drv_priv->debug.skbrx_stats.c++) macro
377 #define RX_STAT_INC(c) do { } while (0) macro
A Dhif_usb.c589 RX_STAT_INC(skb_dropped); in ath9k_hif_usb_rx_stream()
615 RX_STAT_INC(skb_allocated); in ath9k_hif_usb_rx_stream()
636 RX_STAT_INC(skb_allocated); in ath9k_hif_usb_rx_stream()
649 RX_STAT_INC(skb_completed); in ath9k_hif_usb_rx_stream()

Completed in 15 milliseconds