Lines Matching refs:ah
21 struct ath_hw *ah = sc->sc_ah; in ath9k_tx99_stop() local
22 struct ath_common *common = ath9k_hw_common(ah); in ath9k_tx99_stop()
27 ath9k_hw_set_interrupts(ah); in ath9k_tx99_stop()
28 ath9k_hw_enable_interrupts(ah); in ath9k_tx99_stop()
53 struct ath_hw *ah = sc->sc_ah; in ath9k_build_tx99_skb() local
89 if (ah->curchan && IS_CHAN_HT(ah->curchan)) { in ath9k_build_tx99_skb()
91 if (IS_CHAN_HT40(ah->curchan)) in ath9k_build_tx99_skb()
112 struct ath_hw *ah = sc->sc_ah; in ath9k_tx99_init() local
113 struct ath_common *common = ath9k_hw_common(ah); in ath9k_tx99_init()
134 ath9k_hw_disable_interrupts(ah); in ath9k_tx99_init()
135 atomic_set(&ah->intr_ref_cnt, -1); in ath9k_tx99_init()
146 ath9k_hw_tx99_set_txpower(ah, sc->tx99_power); in ath9k_tx99_init()