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()
875 if (ah->is_monitoring) in ath9k_htc_calcrxfilter()
881 if ((ah->opmode == NL80211_IFTYPE_STATION) && in ath9k_htc_calcrxfilter()
909 struct ath_hw *ah = priv->ah; in ath9k_htc_opmode_init() local
914 ath9k_hw_setrxfilter(ah, rfilt); in ath9k_htc_opmode_init()
918 ath9k_hw_setmcastfilter(ah, mfilt[0], mfilt[1]); in ath9k_htc_opmode_init()
923 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_host_rx_init()
924 ath9k_hw_rxena(priv->ah); in ath9k_host_rx_init()
926 ath9k_hw_startpcureceive(priv->ah, test_bit(ATH_OP_SCANNING, &common->op_flags)); in ath9k_host_rx_init()
970 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_rx_prepare()
971 struct ath_hw *ah = common->ah; in ath9k_rx_prepare() local
1035 rx_status->band = ah->curchan->chan->band; in ath9k_rx_prepare()
1036 rx_status->freq = ah->curchan->chan->center_freq; in ath9k_rx_prepare()
1106 struct ath_hw *ah = priv->ah; in ath9k_htc_rxep() local
1107 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_rxep()