RX_STAT_INC 29 drivers/net/wireless/ath/ath9k/debug.h #define RX_STAT_INC(sc, c) do { (sc)->debug.stats.rxstats.c++; } while (0) RX_STAT_INC 35 drivers/net/wireless/ath/ath9k/debug.h #define RX_STAT_INC(sc, c) do { (void)(sc); } while (0) RX_STAT_INC 331 drivers/net/wireless/ath/ath9k/htc.h #define RX_STAT_INC(c) (hif_dev->htc_handle->drv_priv->debug.skbrx_stats.c++) RX_STAT_INC 377 drivers/net/wireless/ath/ath9k/htc.h #define RX_STAT_INC(c) do { } while (0)