Lines Matching refs:ath_softc
252 void ath9k_deinit_debug(struct ath_softc *sc);
254 void ath_debug_stat_interrupt(struct ath_softc *sc, enum ath9k_int status);
255 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf,
258 void ath_debug_stat_rx(struct ath_softc *sc, struct ath_rx_status *rs);
271 void ath9k_debug_stat_ant(struct ath_softc *sc,
274 void ath9k_debug_sync_cause(struct ath_softc *sc, u32 sync_cause);
283 static inline void ath9k_deinit_debug(struct ath_softc *sc) in ath9k_deinit_debug()
286 static inline void ath_debug_stat_interrupt(struct ath_softc *sc, in ath_debug_stat_interrupt()
290 static inline void ath_debug_stat_tx(struct ath_softc *sc, in ath_debug_stat_tx()
297 static inline void ath_debug_stat_rx(struct ath_softc *sc, in ath_debug_stat_rx()
301 static inline void ath9k_debug_stat_ant(struct ath_softc *sc, in ath9k_debug_stat_ant()
309 ath9k_debug_sync_cause(struct ath_softc *sc, u32 sync_cause) in ath9k_debug_sync_cause()
316 void ath_debug_rate_stats(struct ath_softc *sc,
320 static inline void ath_debug_rate_stats(struct ath_softc *sc, in ath_debug_rate_stats()