Searched refs:sc_ah (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dgpio.c33 ath9k_hw_set_gpio(sc->sc_ah, sc->sc_ah->led_pin, 0);
35 ath9k_hw_set_gpio(sc->sc_ah, sc->sc_ah->led_pin,
67 ath9k_hw_set_gpio(sc->sc_ah, sc->sc_ah->led_pin,
83 ath9k_hw_set_gpio(sc->sc_ah, sc->sc_ah->led_pin, 0);
106 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_FATAL,
128 ath9k_hw_set_gpio(sc->sc_ah, s
[all...]
H A Dinit.c185 struct ath_hw *ah = sc->sc_ah;
196 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_LDPC)
199 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_SGI_20)
243 struct ath_regulatory *reg = ath9k_hw_regulatory(sc->sc_ah);
261 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
272 desc_len = sc->sc_ah->caps.tx_desc_len;
292 if (!(sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_4KB_SPLITTRANS)) {
330 if (!(sc->sc_ah->caps.hw_caps &
363 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
367 common->keymax = sc->sc_ah
[all...]
H A Dmain.c53 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;
[all...]
H A Drecv.c25 (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_AUTOSLEEP);
59 struct ath_hw *ah = sc->sc_ah;
95 ath9k_hw_setantenna(sc->sc_ah, antenna);
102 struct ath_hw *ah = sc->sc_ah;
126 struct ath_hw *ah = sc->sc_ah;
155 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
217 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
218 struct ath_hw *ah = sc->sc_ah;
282 ath9k_hw_rxena(sc->sc_ah);
292 ath9k_hw_startpcureceive(sc->sc_ah, (s
[all...]
H A Dpci.c211 ath9k_hw_name(sc->sc_ah, hw_name, sizeof(hw_name));
256 ath9k_hw_set_gpio(sc->sc_ah, sc->sc_ah->led_pin, 1);
289 ath9k_hw_cfg_output(sc->sc_ah, sc->sc_ah->led_pin,
291 ath9k_hw_set_gpio(sc->sc_ah, sc->sc_ah->led_pin, 1);
H A Dbeacon.c28 struct ath_hw *ah = sc->sc_ah;
34 if (sc->sc_ah->opmode == NL80211_IFTYPE_AP) {
67 struct ath_hw *ah = sc->sc_ah;
112 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
206 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
222 if (sc->sc_ah->opmode == NL80211_IFTYPE_AP ||
223 sc->sc_ah->opmode == NL80211_IFTYPE_ADHOC ||
224 sc->sc_ah->opmode == NL80211_IFTYPE_MESH_POINT) {
336 struct ath_hw *ah = sc->sc_ah;
462 ath9k_hw_beaconinit(sc->sc_ah, next_beaco
[all...]
H A Dxmit.c297 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_pre
[all...]
H A Ddebug.c41 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
53 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
85 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
97 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
111 sc->sc_ah->caps.tx_chainmask = mask;
127 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
139 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
153 sc->sc_ah->caps.rx_chainmask = mask;
169 struct ath_hw *ah = sc->sc_ah;
270 if (sc->sc_ah
[all...]
H A Dvirtual.c45 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
106 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
303 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
317 &sc->sc_ah->channels[sc->chan_idx]);
324 &sc->sc_ah->channels[sc->chan_idx]) < 0) {
682 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_CONFIG,
H A Drc.c1190 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
1228 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
1372 (sc->sc_ah->tx_trig_level >= ath_rc_priv->tx_triglevel_max)) {
1435 else if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_SGI_20)
1440 if ((sc->sc_ah->opmode == NL80211_IFTYPE_STATION) ||
1441 (sc->sc_ah->opmode == NL80211_IFTYPE_MESH_POINT) ||
1442 (sc->sc_ah->opmode == NL80211_IFTYPE_ADHOC)) {
1468 if (sc->sc_ah->opmode != NL80211_IFTYPE_STATION)
1478 else if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_SGI_20)
1492 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_CONFI
[all...]
H A Dahb.c132 ah = sc->sc_ah;
H A Dath9k.h556 struct ath_hw *sc_ah; member in struct:ath_softc

Completed in 203 milliseconds