Searched refs:RX_STAT_INC (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A 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()
|
A 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
|
A D | hif_usb.c | 593 RX_STAT_INC(hif_dev, skb_dropped); in ath9k_hif_usb_rx_stream() 600 RX_STAT_INC(hif_dev, skb_dropped); in ath9k_hif_usb_rx_stream() 627 RX_STAT_INC(hif_dev, skb_allocated); in ath9k_hif_usb_rx_stream() 648 RX_STAT_INC(hif_dev, skb_allocated); in ath9k_hif_usb_rx_stream() 661 RX_STAT_INC(hif_dev, skb_completed); in ath9k_hif_usb_rx_stream() 667 RX_STAT_INC(hif_dev, skb_dropped); in ath9k_hif_usb_rx_stream()
|
A 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()
|
A D | htc.h | 338 #define RX_STAT_INC(hif_dev, c) \ macro 383 #define RX_STAT_INC(hif_dev, c) do { } while (0) macro
|
Completed in 18 milliseconds