Lines Matching refs:ah

133 	struct ath_common *common = ath9k_hw_common(priv->ah);  in get_htc_epid_queue()
160 struct ath_common *common = ath9k_hw_common(priv->ah); in strip_drv_header()
191 struct ath_hw *ah = priv->ah; in ath_htc_txq_update() local
195 ath9k_hw_get_txq_props(ah, qnum, &qi); in ath_htc_txq_update()
203 if (!ath9k_hw_set_txq_props(ah, qnum, &qi)) { in ath_htc_txq_update()
204 ath_err(ath9k_hw_common(ah), in ath_htc_txq_update()
208 ath9k_hw_resettxqueue(ah, qnum); in ath_htc_txq_update()
357 if (!priv->ah->is_monitoring) { in ath9k_htc_tx_start()
358 ath_dbg(ath9k_hw_common(priv->ah), XMIT, in ath9k_htc_tx_start()
616 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_tx_get_packet()
712 struct ath_common *common = ath9k_hw_common(priv->ah); in check_packet()
758 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_tx_cleanup_timer()
821 struct ath_hw *ah = priv->ah; in ath9k_htc_txq_setup() local
822 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_txq_setup()
829 qnum = ath9k_hw_setuptxqueue(priv->ah, ATH9K_TX_QUEUE_DATA, &qi); in ath9k_htc_txq_setup()
836 ath9k_hw_releasetxqueue(ah, qnum); in ath9k_htc_txq_setup()
851 return ath9k_hw_setuptxqueue(priv->ah, ATH9K_TX_QUEUE_CAB, &qi); in ath9k_htc_cabq_setup()
865 struct ath_hw *ah = priv->ah; in ath9k_htc_calcrxfilter() local
868 rfilt = (ath9k_hw_getrxfilter(ah) & RX_FILTER_PRESERVE) in ath9k_htc_calcrxfilter()
880 if (((ah->opmode != NL80211_IFTYPE_AP) && in ath9k_htc_calcrxfilter()
882 ah->is_monitoring) in ath9k_htc_calcrxfilter()
888 if ((ah->opmode == NL80211_IFTYPE_STATION) && in ath9k_htc_calcrxfilter()
916 struct ath_hw *ah = priv->ah; in ath9k_htc_opmode_init() local
921 ath9k_hw_setrxfilter(ah, rfilt); in ath9k_htc_opmode_init()
925 ath9k_hw_setmcastfilter(ah, mfilt[0], mfilt[1]); in ath9k_htc_opmode_init()
930 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_host_rx_init()
931 ath9k_hw_rxena(priv->ah); in ath9k_host_rx_init()
933 ath9k_hw_startpcureceive(priv->ah, test_bit(ATH_OP_SCANNING, &common->op_flags)); in ath9k_host_rx_init()
977 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_rx_prepare()
978 struct ath_hw *ah = common->ah; in ath9k_rx_prepare() local
1042 rx_status->band = ah->curchan->chan->band; in ath9k_rx_prepare()
1043 rx_status->freq = ah->curchan->chan->center_freq; in ath9k_rx_prepare()
1113 struct ath_hw *ah = priv->ah; in ath9k_htc_rxep() local
1114 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_rxep()