• 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

53 	struct ath_hw *ah = sc->sc_ah;
105 channel = &sc->sc_ah->channels[chan_idx];
116 ret = ath9k_hw_setpower(sc->sc_ah, mode);
130 ath9k_hw_setpower(sc->sc_ah, ATH9K_PM_AWAKE);
145 ath9k_hw_setpower(sc->sc_ah, ATH9K_PM_FULL_SLEEP);
151 ath9k_hw_setpower(sc->sc_ah, ATH9K_PM_NETWORK_SLEEP);
187 struct ath_hw *ah = sc->sc_ah;
230 sc->sc_ah->curchan->channel,
271 struct ath_hw *ah = sc->sc_ah;
296 struct ath_hw *ah = sc->sc_ah;
395 struct ath_hw *ah = sc->sc_ah;
407 if (sc->sc_ah->power_mode != ATH9K_PM_AWAKE)
479 if (sc->sc_ah->config.enable_ani)
486 if ((sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_PAPRD) && ah->caldata) {
502 struct ath_hw *ah = sc->sc_ah;
551 if (ath9k_hw_check_alive(sc->sc_ah))
565 struct ath_hw *ah = sc->sc_ah;
619 ath_gen_timer_isr(sc->sc_ah);
642 struct ath_hw *ah = sc->sc_ah;
730 ath9k_hw_setrxabort(sc->sc_ah, 0);
795 struct ath_hw *ah = sc->sc_ah;
818 sc->sc_ah->stats.avgbrssi = ATH_RSSI_DUMMY_MARKER;
833 struct ath_hw *ah = sc->sc_ah;
879 struct ath_hw *ah = sc->sc_ah;
910 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_FATAL,
927 struct ath_hw *ah = sc->sc_ah;
945 r = ath9k_hw_reset(ah, sc->sc_ah->curchan, ah->caldata, false);
1069 struct ath_hw *ah = sc->sc_ah;
1205 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
1232 if (unlikely(sc->sc_ah->power_mode != ATH9K_PM_AWAKE)) {
1239 if (!(sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_AUTOSLEEP))
1240 ath9k_hw_setrxabort(sc->sc_ah, 0);
1297 struct ath_hw *ah = sc->sc_ah;
1379 struct ath_hw *ah = sc->sc_ah;
1467 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
1481 if ((sc->sc_ah->opmode == NL80211_IFTYPE_AP) ||
1482 (sc->sc_ah->opmode == NL80211_IFTYPE_ADHOC) ||
1483 (sc->sc_ah->opmode == NL80211_IFTYPE_MESH_POINT)) {
1485 ath9k_hw_stoptxdma(sc->sc_ah, sc->beacon.beaconq);
1501 if (!bs_valid && (sc->sc_ah->imask & ATH9K_INT_SWBA)) {
1503 sc->sc_ah->imask &= ~ATH9K_INT_SWBA;
1505 ath9k_hw_set_interrupts(sc->sc_ah, sc->sc_ah->imask);
1516 struct ath_hw *ah = sc->sc_ah;
1532 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
1534 struct ath_hw *ah = sc->sc_ah;
1595 ath9k_hw_setpower(sc->sc_ah, ATH9K_PM_AWAKE);
1598 ath9k_hw_setrxabort(sc->sc_ah, 0);
1605 ath9k_hw_set_interrupts(sc->sc_ah,
1617 sc->sc_ah->opmode = NL80211_IFTYPE_MONITOR;
1646 ath9k_update_ichannel(sc, hw, &sc->sc_ah->channels[pos]);
1650 if (ath_set_channel(sc, hw, &sc->sc_ah->channels[pos]) < 0) {
1703 ath9k_hw_setrxfilter(sc->sc_ah, rfilt);
1706 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_CONFIG,
1739 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
1766 if (sc->sc_ah->opmode == NL80211_IFTYPE_ADHOC)
1783 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
1802 if (sc->sc_ah->sw_mgmt_crypto && key->alg == ALG_CCMP)
1827 struct ath_hw *ah = sc->sc_ah;
1860 ath9k_hw_stoptxdma(sc->sc_ah, sc->beacon.beaconq);
1887 ath9k_hw_stoptxdma(sc->sc_ah, sc->beacon.beaconq);
1897 ath9k_hw_stoptxdma(sc->sc_ah, sc->beacon.beaconq);
1941 tsf = ath9k_hw_gettsf64(sc->sc_ah);
1953 ath9k_hw_settsf64(sc->sc_ah, tsf);
1965 ath9k_hw_reset_tsf(sc->sc_ah);
2009 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_FATAL,
2023 struct ath_hw *ah = sc->sc_ah;
2074 struct ath_hw *ah = sc->sc_ah;