Lines Matching refs:sc
28 #define TX_STAT_INC(q, c) sc->debug.stats.txstats[q].c++
29 #define RX_STAT_INC(c) (sc->debug.stats.rxstats.c++)
30 #define RESET_STAT_INC(sc, type) sc->debug.stats.reset[type]++ argument
31 #define ANT_STAT_INC(i, c) sc->debug.stats.ant_stats[i].c++
32 #define ANT_LNA_INC(i, c) sc->debug.stats.ant_stats[i].lna_recv_cnt[c]++;
36 #define RESET_STAT_INC(sc, type) do { } while (0) argument
195 #define PR_QNUM(_n) sc->tx.txq_map[_n]->axq_qnum
196 #define TXSTATS sc->debug.stats.txstats
250 void ath9k_deinit_debug(struct ath_softc *sc);
252 void ath_debug_stat_interrupt(struct ath_softc *sc, enum ath9k_int status);
253 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf,
256 void ath_debug_stat_rx(struct ath_softc *sc, struct ath_rx_status *rs);
269 void ath9k_debug_stat_ant(struct ath_softc *sc,
272 void ath9k_debug_sync_cause(struct ath_softc *sc, u32 sync_cause);
281 static inline void ath9k_deinit_debug(struct ath_softc *sc) in ath9k_deinit_debug() argument
284 static inline void ath_debug_stat_interrupt(struct ath_softc *sc, in ath_debug_stat_interrupt() argument
288 static inline void ath_debug_stat_tx(struct ath_softc *sc, in ath_debug_stat_tx() argument
295 static inline void ath_debug_stat_rx(struct ath_softc *sc, in ath_debug_stat_rx() argument
299 static inline void ath9k_debug_stat_ant(struct ath_softc *sc, in ath9k_debug_stat_ant() argument
307 ath9k_debug_sync_cause(struct ath_softc *sc, u32 sync_cause) in ath9k_debug_sync_cause() argument
314 void ath_debug_rate_stats(struct ath_softc *sc,
318 static inline void ath_debug_rate_stats(struct ath_softc *sc, in ath_debug_rate_stats() argument