Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Drecv.c829 RX_STAT_INC(rx_len_err); in ath9k_rx_skb_preprocess()
839 RX_STAT_INC(rx_len_err); in ath9k_rx_skb_preprocess()
869 RX_STAT_INC(rx_spectral); in ath9k_rx_skb_preprocess()
887 RX_STAT_INC(rx_beacons); in ath9k_rx_skb_preprocess()
904 RX_STAT_INC(rx_rate_err); in ath9k_rx_skb_preprocess()
1061 RX_STAT_INC(rx_oom_err); in ath_rx_tasklet()
1089 RX_STAT_INC(rx_frags); in ath_rx_tasklet()
1099 RX_STAT_INC(rx_too_many_frags_err); in ath_rx_tasklet()
1111 RX_STAT_INC(rx_oom_err); in ath_rx_tasklet()
Ddebug.h29 #define RX_STAT_INC(c) (sc->debug.stats.rxstats.c++) macro
35 #define RX_STAT_INC(c) macro
Dhif_usb.c585 RX_STAT_INC(skb_dropped); in ath9k_hif_usb_rx_stream()
592 RX_STAT_INC(skb_dropped); in ath9k_hif_usb_rx_stream()
618 RX_STAT_INC(skb_allocated); in ath9k_hif_usb_rx_stream()
639 RX_STAT_INC(skb_allocated); in ath9k_hif_usb_rx_stream()
652 RX_STAT_INC(skb_completed); in ath9k_hif_usb_rx_stream()
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