• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/

Lines Matching refs:sc_ah

297 	memcpy(tbf->bf_desc, bf->bf_desc, sc->sc_ah->caps.tx_desc_len);
344 if ((sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) ||
383 if (sc->sc_ah->opmode == NL80211_IFTYPE_STATION)
427 if (!(sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) &&
464 if (!(sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA)) {
490 ath9k_hw_cleartxdesc(sc->sc_ah,
498 ath9k_hw_cleartxdesc(sc->sc_ah,
723 ath9k_hw_set_desc_link(sc->sc_ah, bf->bf_desc, 0);
727 ath9k_hw_set11n_aggr_middle(sc->sc_ah, bf->bf_desc, ndelim);
731 ath9k_hw_set_desc_link(sc->sc_ah, bf_prev->bf_desc,
773 ath9k_hw_clr11n_aggr(sc->sc_ah, bf->bf_desc);
782 ath9k_hw_set11n_aggr_first(sc->sc_ah, bf->bf_desc, bf->bf_al);
785 ath9k_hw_set11n_aggr_last(sc->sc_ah, bf->bf_lastbf->bf_desc);
899 struct ath_hw *ah = sc->sc_ah;
975 struct ath_hw *ah = sc->sc_ah;
994 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_FATAL,
1009 ath9k_hw_get_txq_props(sc->sc_ah, qnum, &qi);
1043 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) {
1074 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) {
1098 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) {
1131 struct ath_hw *ah = sc->sc_ah;
1132 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
1140 ath9k_hw_stoptxdma(sc->sc_ah, sc->beacon.beaconq);
1158 r = ath9k_hw_reset(ah, sc->sc_ah->curchan, ah->caldata, false);
1174 ath9k_hw_releasetxqueue(sc->sc_ah, txq->axq_qnum);
1226 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_FATAL,
1250 struct ath_hw *ah = sc->sc_ah;
1267 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) {
1501 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
1585 series[i].PktDuration = ath9k_hw_computetxtime(sc->sc_ah,
1590 if (bf_isaggr(bf) && (bf->bf_al > sc->sc_ah->caps.rts_aggr_limit))
1598 ath9k_hw_set11n_ratescenario(sc->sc_ah, bf->bf_desc,
1604 ath9k_hw_set11n_burstduration(sc->sc_ah, bf->bf_desc, 8192);
1674 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_FATAL,
1703 struct ath_hw *ah = sc->sc_ah;
1770 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
1821 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
1874 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
2060 struct ath_hw *ah = sc->sc_ah;
2070 txq->axq_qnum, ath9k_hw_gettxbuf(sc->sc_ah, txq->axq_qnum),
2194 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_RESET,
2212 ath9k_hw_gettxintrtxqs(sc->sc_ah, &qcumask);
2223 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
2224 struct ath_hw *ah = sc->sc_ah;
2313 u8 txs_len = sc->sc_ah->caps.txs_len;
2330 ath9k_hw_setup_statusring(sc->sc_ah, sc->txsdma.dd_desc,
2347 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
2370 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) {
2391 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA)