Lines Matching defs:sc
28 #define TX_STAT_INC(sc, q, c) do { (sc)->debug.stats.txstats[q].c++; } while (0) argument
29 #define RX_STAT_INC(sc, c) do { (sc)->debug.stats.rxstats.c++; } while (0) argument
30 #define RESET_STAT_INC(sc, type) do { (sc)->debug.stats.reset[type]++; } while (0) argument
31 #define ANT_STAT_INC(sc, i, c) do { (sc)->debug.stats.ant_stats[i].c++; } while (0) argument
32 #define ANT_LNA_INC(sc, i, c) do { (sc)->debug.stats.ant_stats[i].lna_recv_cnt[c]++; } while (0) argument
34 #define TX_STAT_INC(sc, q, c) do { (void)(sc); } while (0) argument
35 #define RX_STAT_INC(sc, c) do { (void)(sc); } while (0) argument
36 #define RESET_STAT_INC(sc, type) do { (void)(sc); } while (0) argument
37 #define ANT_STAT_INC(sc, i, c) do { (void)(sc); } while (0) argument
38 #define ANT_LNA_INC(sc, i, c) do { (void)(sc); } while (0) argument
286 static inline void ath9k_deinit_debug(struct ath_softc *sc) in ath9k_deinit_debug()
289 static inline void ath_debug_stat_interrupt(struct ath_softc *sc, in ath_debug_stat_interrupt()
293 static inline void ath_debug_stat_tx(struct ath_softc *sc, in ath_debug_stat_tx()
300 static inline void ath_debug_stat_rx(struct ath_softc *sc, in ath_debug_stat_rx()
304 static inline void ath9k_debug_stat_ant(struct ath_softc *sc, in ath9k_debug_stat_ant()
312 ath9k_debug_sync_cause(struct ath_softc *sc, u32 sync_cause) in ath9k_debug_sync_cause()
323 static inline void ath_debug_rate_stats(struct ath_softc *sc, in ath_debug_rate_stats()