Searched refs:RX_STAT_INC (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 837 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()
|
D | debug.h | 29 #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
|
D | common-spectral.c | 627 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()
|
D | hif_usb.c | 588 RX_STAT_INC(skb_dropped); in ath9k_hif_usb_rx_stream() 595 RX_STAT_INC(skb_dropped); in ath9k_hif_usb_rx_stream() 621 RX_STAT_INC(skb_allocated); in ath9k_hif_usb_rx_stream() 642 RX_STAT_INC(skb_allocated); in ath9k_hif_usb_rx_stream() 655 RX_STAT_INC(skb_completed); in ath9k_hif_usb_rx_stream()
|
D | htc.h | 333 #define RX_STAT_INC(c) __STAT_SAFE(hif_dev->htc_handle->drv_priv->debug.skbrx_stats.c++) macro 379 #define RX_STAT_INC(c) do { } while (0) macro
|