Lines Matching refs:sc_ah

399 	memcpy(tbf->bf_desc, bf->bf_desc, sc->sc_ah->caps.tx_desc_len);  in ath_clone_txbuf()
525 if (sc->sc_ah->opmode == NL80211_IFTYPE_STATION) in ath_tx_complete_aggr()
592 ath_dynack_sample_tx_ts(sc->sc_ah, in ath_tx_complete_aggr()
689 ts->duration = ath9k_hw_get_duration(sc->sc_ah, bf->bf_desc, in ath_tx_process_buffer()
697 ath_dynack_sample_tx_ts(sc->sc_ah, bf->bf_mpdu, ts); in ath_tx_process_buffer()
821 !(sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA)) in ath_compute_num_delims()
828 if (first_subfrm && !AR_SREV_9580_10_OR_LATER(sc->sc_ah) && in ath_compute_num_delims()
829 (sc->sc_ah->ent_mode & AR_ENT_OTP_MIN_PKT_SIZE_DISABLE)) in ath_compute_num_delims()
1106 struct ath_hw *ah = sc->sc_ah; in ath_get_rate_txpower()
1175 struct ath_hw *ah = sc->sc_ah; in ath_buf_set_rate()
1270 info->rates[i].PktDuration = ath9k_hw_computetxtime(sc->sc_ah, in ath_buf_set_rate()
1279 if (bf_isaggr(bf) && (len > sc->sc_ah->caps.rts_aggr_limit)) in ath_buf_set_rate()
1313 struct ath_hw *ah = sc->sc_ah; in ath_tx_fill_desc()
1694 struct ath_hw *ah = sc->sc_ah; in ath_txq_setup()
1767 struct ath_hw *ah = sc->sc_ah; in ath_txq_update()
1781 ath_err(ath9k_hw_common(sc->sc_ah), in ath_txq_update()
1797 ath9k_hw_get_txq_props(sc->sc_ah, qnum, &qi); in ath_cabq_update()
1843 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) { in ath_draintxq()
1863 struct ath_hw *ah = sc->sc_ah; in ath_drain_all_txq()
1864 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_drain_all_txq()
1908 ath9k_hw_releasetxqueue(sc->sc_ah, txq->axq_qnum); in ath_tx_cleanupq()
1917 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_txq_schedule()
2019 struct ath_hw *ah = sc->sc_ah; in ath_tx_txqaddbuf()
2167 struct ath_hw *ah = sc->sc_ah; in ath_txchainmask_reduction()
2189 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_tx_setup_buffer()
2225 ath_err(ath9k_hw_common(sc->sc_ah), in ath_tx_setup_buffer()
2281 ath_assign_seq(ath9k_hw_common(sc->sc_ah), skb); in ath_tx_prepare()
2494 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_tx_complete()
2501 if (sc->sc_ah->caldata) in ath_tx_complete()
2502 set_bit(PAPRD_PACKET_SENT, &sc->sc_ah->caldata->cal_flags); in ath_tx_complete()
2591 struct ath_hw *ah = sc->sc_ah; in ath_tx_rc_status()
2625 ah->tx_trig_level >= sc->sc_ah->config.max_txtrig_level) in ath_tx_rc_status()
2640 struct ath_hw *ah = sc->sc_ah; in ath_tx_processq()
2649 txq->axq_qnum, ath9k_hw_gettxbuf(sc->sc_ah, txq->axq_qnum), in ath_tx_processq()
2715 struct ath_hw *ah = sc->sc_ah; in ath_tx_tasklet()
2728 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_tx_edma_tasklet()
2729 struct ath_hw *ah = sc->sc_ah; in ath_tx_edma_tasklet()
2815 u8 txs_len = sc->sc_ah->caps.txs_len; in ath_txstatus_setup()
2832 ath9k_hw_setup_statusring(sc->sc_ah, sc->txsdma.dd_desc, in ath_tx_edma_init()
2841 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_tx_init()
2864 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) in ath_tx_init()
2940 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_tx99_send()
2970 ath9k_hw_set_desc_link(sc->sc_ah, bf->bf_desc, bf->bf_daddr); in ath9k_tx99_send()
2971 ath9k_hw_tx99_start(sc->sc_ah, txctl->txq->axq_qnum); in ath9k_tx99_send()