Symbol: ath_common
drivers/net/wireless/ath/ath.h
139
struct ath_common;
drivers/net/wireless/ath/ath.h
143
void (*wakeup)(struct ath_common *common);
drivers/net/wireless/ath/ath.h
144
void (*restore)(struct ath_common *common);
drivers/net/wireless/ath/ath.h
193
static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common)
drivers/net/wireless/ath/ath.h
198
struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
drivers/net/wireless/ath/ath.h
201
bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr);
drivers/net/wireless/ath/ath.h
203
void ath_hw_setbssidmask(struct ath_common *common);
drivers/net/wireless/ath/ath.h
204
void ath_key_delete(struct ath_common *common, u8 hw_key_idx);
drivers/net/wireless/ath/ath.h
205
int ath_key_config(struct ath_common *common,
drivers/net/wireless/ath/ath.h
209
bool ath_hw_keyreset(struct ath_common *common, u16 entry);
drivers/net/wireless/ath/ath.h
210
bool ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac);
drivers/net/wireless/ath/ath.h
211
void ath_hw_cycle_counters_update(struct ath_common *common);
drivers/net/wireless/ath/ath.h
212
int32_t ath_hw_get_listen_time(struct ath_common *common);
drivers/net/wireless/ath/ath.h
215
void ath_printk(const char *level, const struct ath_common *common,
drivers/net/wireless/ath/ath.h
308
void _ath_dbg(struct ath_common *common, enum ATH_DEBUG dbg_mask,
drivers/net/wireless/ath/ath10k/core.c
3629
ar->ath_common.priv = ar;
drivers/net/wireless/ath/ath10k/core.c
3630
ar->ath_common.hw = ar->hw;
drivers/net/wireless/ath/ath10k/core.h
1012
struct ath_common ath_common;
drivers/net/wireless/ath/ath10k/mac.c
10285
ar->ath_common.debug_mask = ATH_DBG_DFS;
drivers/net/wireless/ath/ath10k/mac.c
10286
ar->dfs_detector = dfs_pattern_detector_init(&ar->ath_common,
drivers/net/wireless/ath/ath10k/mac.c
10303
ret = ath_regd_init(&ar->ath_common.regulatory, ar->hw->wiphy,
drivers/net/wireless/ath/ath10k/mac.c
10344
if (!ath_is_world_regd(&ar->ath_common.reg_world_copy) &&
drivers/net/wireless/ath/ath10k/mac.c
10345
!ath_is_world_regd(&ar->ath_common.regulatory)) {
drivers/net/wireless/ath/ath10k/mac.c
10347
ar->ath_common.regulatory.alpha2);
drivers/net/wireless/ath/ath10k/mac.c
3523
regpair = ar->ath_common.regulatory.regpair;
drivers/net/wireless/ath/ath10k/mac.c
3568
ath_reg_notifier_apply(wiphy, request, &ar->ath_common.regulatory);
drivers/net/wireless/ath/ath10k/mac.c
9967
ar->ath_common.regulatory.current_rd = rd;
drivers/net/wireless/ath/ath5k/ahb.c
30
static void ath5k_ahb_read_cachesize(struct ath_common *common, int *csz)
drivers/net/wireless/ath/ath5k/ahb.c
36
ath5k_ahb_eeprom_read(struct ath_common *common, u32 off, u16 *data)
drivers/net/wireless/ath/ath5k/ani.c
376
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/ath5k.h
1259
struct ath_common common;
drivers/net/wireless/ath/ath5k/ath5k.h
1461
void (*read_cachesize)(struct ath_common *common, int *csz);
drivers/net/wireless/ath/ath5k/ath5k.h
1462
bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data);
drivers/net/wireless/ath/ath5k/ath5k.h
1638
static inline struct ath_common *ath5k_hw_common(struct ath5k_hw *ah)
drivers/net/wireless/ath/ath5k/ath5k.h
1691
static inline void ath5k_read_cachesize(struct ath_common *common, int *csz)
drivers/net/wireless/ath/ath5k/ath5k.h
1698
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/attach.c
107
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/base.c
1207
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/base.c
1259
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/base.c
1420
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/base.c
1590
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/base.c
2577
struct ath_common *common;
drivers/net/wireless/ath/ath5k/base.c
2771
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/base.c
2905
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/base.c
521
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/base.c
598
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/base.c
979
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/mac80211-ops.c
257
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/mac80211-ops.c
477
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/mac80211-ops.c
652
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/pci.c
57
static void ath5k_pci_read_cachesize(struct ath_common *common, int *csz)
drivers/net/wireless/ath/ath5k/pci.c
79
ath5k_pci_eeprom_read(struct ath_common *common, u32 offset, u16 *data)
drivers/net/wireless/ath/ath5k/pcu.c
373
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/pcu.c
401
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/pcu.c
450
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/pcu.c
879
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/reset.c
103
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/reset.c
120
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath5k/reset.c
135
struct ath_common *common = ath5k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ahb.c
38
static void ath_ahb_read_cachesize(struct ath_common *common, int *csz)
drivers/net/wireless/ath/ath9k/ahb.c
43
static bool ath_ahb_eeprom_read(struct ath_common *common, u32 off, u16 *data)
drivers/net/wireless/ath/ath9k/ani.c
153
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ani.c
233
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ani.c
313
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ani.c
371
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ani.c
404
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ani.c
443
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ani.c
465
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ani.c
479
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar5008_phy.c
1171
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar5008_phy.c
166
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar5008_phy.c
205
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar5008_phy.c
725
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar5008_phy.c
957
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9002_calib.c
194
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9002_calib.c
271
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9002_calib.c
325
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9002_calib.c
53
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9002_calib.c
543
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9002_calib.c
749
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9002_calib.c
847
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9002_mac.c
40
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9002_phy.c
544
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_aic.c
452
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_calib.c
1007
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_calib.c
1057
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_calib.c
1395
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_calib.c
1558
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_calib.c
199
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_calib.c
336
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_calib.c
41
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_calib.c
567
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_calib.c
637
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_calib.c
982
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
3045
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
3153
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
3187
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
3278
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
3647
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
4730
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
4761
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
4974
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
5231
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
5447
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_mac.c
189
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_mci.c
1169
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_mci.c
1232
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_mci.c
1405
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_mci.c
1458
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_mci.c
226
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_mci.c
36
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_mci.c
371
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_mci.c
539
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_mci.c
586
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_mci.c
693
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_mci.c
921
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_paprd.c
100
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_paprd.c
140
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_phy.c
1065
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_phy.c
1392
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_phy.c
1782
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_phy.c
2037
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_phy.c
2112
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_wow.c
39
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ar9003_wow.c
69
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/ath9k.h
1119
static inline void ath_read_cachesize(struct ath_common *common, int *csz)
drivers/net/wireless/ath/ath9k/ath9k.h
597
void ath_assign_seq(struct ath_common *common, struct sk_buff *skb);
drivers/net/wireless/ath/ath9k/beacon.c
116
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/beacon.c
197
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/beacon.c
219
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/beacon.c
246
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/beacon.c
308
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/beacon.c
337
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/beacon.c
36
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/beacon.c
392
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/beacon.c
570
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/beacon.c
591
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/beacon.c
629
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/beacon.c
700
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/beacon.c
77
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/btcoex.c
129
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/calib.c
188
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/calib.c
245
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/calib.c
366
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/calib.c
399
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/calib.c
84
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/channel.c
1023
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
1044
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
1056
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
106
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
1158
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
1184
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
1224
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
1329
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
133
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
1421
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
244
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
26
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/channel.c
370
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
414
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
441
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
473
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
493
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/channel.c
799
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
846
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
877
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
936
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/channel.c
961
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/common-beacon.c
118
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/common-beacon.c
149
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/common-beacon.c
46
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/common-init.c
126
int ath9k_cmn_init_channels_rates(struct ath_common *common)
drivers/net/wireless/ath/ath9k/common-init.c
176
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/common-init.c
233
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/common-init.h
17
int ath9k_cmn_init_channels_rates(struct ath_common *common);
drivers/net/wireless/ath/ath9k/common-spectral.c
138
struct ath_common *common = ath9k_hw_common(spec_priv->ah);
drivers/net/wireless/ath/ath9k/common-spectral.c
242
struct ath_common *common = ath9k_hw_common(spec_priv->ah);
drivers/net/wireless/ath/ath9k/common-spectral.c
474
struct ath_common *common = ath9k_hw_common(spec_priv->ah);
drivers/net/wireless/ath/ath9k/common-spectral.c
715
void ath9k_cmn_spectral_scan_trigger(struct ath_common *common,
drivers/net/wireless/ath/ath9k/common-spectral.c
749
int ath9k_cmn_spectral_scan_config(struct ath_common *common,
drivers/net/wireless/ath/ath9k/common-spectral.c
795
struct ath_common *common = ath9k_hw_common(spec_priv->ah);
drivers/net/wireless/ath/ath9k/common-spectral.h
175
void ath9k_cmn_spectral_scan_trigger(struct ath_common *common,
drivers/net/wireless/ath/ath9k/common-spectral.h
177
int ath9k_cmn_spectral_scan_config(struct ath_common *common,
drivers/net/wireless/ath/ath9k/common-spectral.h
192
static inline void ath9k_cmn_spectral_scan_trigger(struct ath_common *common,
drivers/net/wireless/ath/ath9k/common.c
119
void ath9k_cmn_rx_skb_postprocess(struct ath_common *common,
drivers/net/wireless/ath/ath9k/common.c
171
int ath9k_cmn_process_rate(struct ath_common *common,
drivers/net/wireless/ath/ath9k/common.c
214
void ath9k_cmn_process_rssi(struct ath_common *common,
drivers/net/wireless/ath/ath9k/common.c
32
bool ath9k_cmn_rx_accept(struct ath_common *common,
drivers/net/wireless/ath/ath9k/common.c
383
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/common.h
64
bool ath9k_cmn_rx_accept(struct ath_common *common,
drivers/net/wireless/ath/ath9k/common.h
70
void ath9k_cmn_rx_skb_postprocess(struct ath_common *common,
drivers/net/wireless/ath/ath9k/common.h
75
int ath9k_cmn_process_rate(struct ath_common *common,
drivers/net/wireless/ath/ath9k/common.h
79
void ath9k_cmn_process_rssi(struct ath_common *common,
drivers/net/wireless/ath/ath9k/debug.c
102
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/debug.c
131
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/debug.c
1379
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/debug.c
187
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/debug.c
225
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/debug.c
238
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/debug.c
647
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/debug.c
779
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/debug.c
90
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/debug.c
990
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/dfs.c
106
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/dfs.c
297
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/dynack.c
108
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/dynack.c
213
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/dynack.c
298
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/dynack.c
89
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/eeprom.c
139
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/eeprom.c
162
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/eeprom.c
212
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/eeprom.c
227
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/eeprom.c
434
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/eeprom_4k.c
286
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/eeprom_4k.c
63
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/eeprom_9287.c
66
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/eeprom_def.c
122
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/eeprom_def.c
267
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/eeprom_def.c
767
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc.h
543
static inline void ath_read_cachesize(struct ath_common *common, int *csz)
drivers/net/wireless/ath/ath9k/htc_drv_beacon.c
140
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_beacon.c
194
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_beacon.c
267
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_beacon.c
290
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_beacon.c
328
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_beacon.c
350
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_beacon.c
368
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_beacon.c
401
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_beacon.c
456
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_beacon.c
492
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_debug.c
364
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_debug.c
376
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_debug.c
484
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_gpio.c
104
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_gpio.c
185
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_gpio.c
69
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_init.c
237
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_init.c
259
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_init.c
283
static void ath9k_regwrite_multi(struct ath_common *common)
drivers/net/wireless/ath/ath9k/htc_drv_init.c
305
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_init.c
326
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_init.c
349
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_init.c
361
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_init.c
370
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_init.c
387
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_init.c
425
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_init.c
457
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_init.c
470
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_init.c
492
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_init.c
514
static void ath_usb_read_cachesize(struct ath_common *common, int *csz)
drivers/net/wireless/ath/ath9k/htc_drv_init.c
519
static bool ath_usb_eeprom_read(struct ath_common *common, u32 off, u16 *data)
drivers/net/wireless/ath/ath9k/htc_drv_init.c
546
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_init.c
590
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_init.c
611
struct ath_common *common;
drivers/net/wireless/ath/ath9k/htc_drv_init.c
64
static void ath9k_htc_op_ps_wakeup(struct ath_common *common)
drivers/net/wireless/ath/ath9k/htc_drv_init.c
69
static void ath9k_htc_op_ps_restore(struct ath_common *common)
drivers/net/wireless/ath/ath9k/htc_drv_init.c
716
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_init.c
832
struct ath_common *common;
drivers/net/wireless/ath/ath9k/htc_drv_main.c
1039
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
1121
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
1178
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
1263
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
1295
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
1378
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
1425
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
143
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
1480
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
1490
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
1518
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
1713
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
1728
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
1770
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
187
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
245
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
332
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
352
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
441
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
470
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
536
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
646
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
662
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
679
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
708
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
748
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
763
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
773
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
868
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
911
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_main.c
980
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c
1140
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c
133
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c
160
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c
621
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c
718
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c
765
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c
830
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c
932
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c
980
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/hw.c
1050
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
1164
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
1195
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
1546
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
1630
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
1711
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
1751
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
1790
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
1862
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
2224
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
2318
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
2480
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
2998
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
347
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
397
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
42
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
489
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
519
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
570
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
667
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
72
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.c
738
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/hw.h
1001
static inline struct ath_common *ath9k_hw_common(struct ath_hw *ah)
drivers/net/wireless/ath/ath9k/hw.h
780
struct ath_common common;
drivers/net/wireless/ath/ath9k/hw.h
995
void (*read_cachesize)(struct ath_common *common, int *csz);
drivers/net/wireless/ath/ath9k/hw.h
996
bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data);
drivers/net/wireless/ath/ath9k/hw.h
997
void (*bt_coex_prep)(struct ath_common *common);
drivers/net/wireless/ath/ath9k/hw.h
998
void (*aspm_init)(struct ath_common *common);
drivers/net/wireless/ath/ath9k/init.c
1010
struct ath_common *common;
drivers/net/wireless/ath/ath9k/init.c
151
static void ath9k_op_ps_wakeup(struct ath_common *common)
drivers/net/wireless/ath/ath9k/init.c
156
static void ath9k_op_ps_restore(struct ath_common *common)
drivers/net/wireless/ath/ath9k/init.c
175
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/init.c
190
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/init.c
230
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/init.c
286
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/init.c
424
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/init.c
452
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/init.c
626
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/init.c
662
struct ath_common *common;
drivers/net/wireless/ath/ath9k/init.c
803
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/init.c
883
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/init.c
907
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/link.c
103
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/link.c
129
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/link.c
151
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/link.c
180
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/link.c
206
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/link.c
249
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/link.c
335
struct ath_common *common = timer_container_of(common, t, ani.timer);
drivers/net/wireless/ath/ath9k/link.c
453
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/link.c
472
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/link.c
481
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/link.c
538
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/link.c
59
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/mac.c
200
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/mac.c
264
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/mac.c
296
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/mac.c
348
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/mac.c
369
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/mac.c
696
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/mac.c
783
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/mac.c
811
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/mac.c
876
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/mac.c
893
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/mac.c
913
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/main.c
102
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
1068
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
1116
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
1147
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/main.c
118
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
1185
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/main.c
1334
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/main.c
1384
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
1418
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
1447
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/main.c
1466
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/main.c
148
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
1491
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/main.c
1597
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
1621
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
1651
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
1719
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
1762
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
1875
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/main.c
2007
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
2066
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
2169
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
2199
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/main.c
237
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/main.c
2387
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
2410
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
2418
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
2443
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
2477
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
2493
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
2527
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
2548
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
2583
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
2604
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
2621
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
2653
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
2682
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
286
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/main.c
381
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/main.c
508
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/main.c
611
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
631
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
657
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/main.c
758
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/main.c
887
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/main.c
902
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/mci.c
121
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/mci.c
213
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/mci.c
300
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/mci.c
374
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/mci.c
41
static bool ath_mci_add_profile(struct ath_common *common,
drivers/net/wireless/ath/ath9k/mci.c
438
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/mci.c
477
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/mci.c
489
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/mci.c
635
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/mci.c
73
static void ath_mci_del_profile(struct ath_common *common,
drivers/net/wireless/ath/ath9k/pci.c
1019
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/pci.c
1044
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/pci.c
780
static void ath_pci_read_cachesize(struct ath_common *common, int *csz)
drivers/net/wireless/ath/ath9k/pci.c
798
static bool ath_pci_eeprom_read(struct ath_common *common, u32 off, u16 *data)
drivers/net/wireless/ath/ath9k/pci.c
819
static void ath_pci_aspm_init(struct ath_common *common)
drivers/net/wireless/ath/ath9k/recv.c
1016
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/recv.c
1066
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/recv.c
141
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/recv.c
174
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/recv.c
200
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/recv.c
273
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/recv.c
334
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/recv.c
377
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/recv.c
41
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/recv.c
539
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/recv.c
594
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/recv.c
634
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/recv.c
699
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/recv.c
816
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/recv.c
91
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/recv.c
968
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/tx99.c
111
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/tx99.c
174
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/tx99.c
22
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/wmi.c
199
struct ath_common *common = ath9k_hw_common(priv->ah);
drivers/net/wireless/ath/ath9k/wmi.c
316
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/wow.c
172
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/wow.c
284
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/wow.c
317
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/wow.c
53
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/xmit.c
1264
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/xmit.c
132
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/xmit.c
1574
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/xmit.c
1613
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/xmit.c
1629
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/xmit.c
1646
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/xmit.c
1932
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/xmit.c
1983
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/xmit.c
2045
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/xmit.c
2218
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/xmit.c
2265
void ath_assign_seq(struct ath_common *common, struct sk_buff *skb)
drivers/net/wireless/ath/ath9k/xmit.c
2462
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/xmit.c
2625
struct ath_common *common = ath9k_hw_common(ah);
drivers/net/wireless/ath/ath9k/xmit.c
2714
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/xmit.c
2829
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/ath9k/xmit.c
2916
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
drivers/net/wireless/ath/carl9170/carl9170.h
237
struct ath_common common;
drivers/net/wireless/ath/carl9170/mac.c
304
struct ath_common *common = &ar->common;
drivers/net/wireless/ath/carl9170/main.c
1038
struct ath_common *common = &ar->common;
drivers/net/wireless/ath/carl9170/main.c
561
struct ath_common *common = &ar->common;
drivers/net/wireless/ath/carl9170/rx.c
522
struct ath_common *common = &ar->common;
drivers/net/wireless/ath/dfs_pattern_detector.c
349
dfs_pattern_detector_init(struct ath_common *common,
drivers/net/wireless/ath/dfs_pattern_detector.h
108
struct ath_common *common;
drivers/net/wireless/ath/dfs_pattern_detector.h
120
dfs_pattern_detector_init(struct ath_common *common,
drivers/net/wireless/ath/hw.c
118
void ath_hw_setbssidmask(struct ath_common *common)
drivers/net/wireless/ath/hw.c
142
void ath_hw_cycle_counters_update(struct ath_common *common)
drivers/net/wireless/ath/hw.c
178
int32_t ath_hw_get_listen_time(struct ath_common *common)
drivers/net/wireless/ath/key.c
129
static bool ath_hw_set_keycache_entry(struct ath_common *common, u16 entry,
drivers/net/wireless/ath/key.c
339
static int ath_setkey_tkip(struct ath_common *common, u16 keyix, const u8 *key,
drivers/net/wireless/ath/key.c
386
static int ath_reserve_key_cache_slot_tkip(struct ath_common *common)
drivers/net/wireless/ath/key.c
405
static int ath_reserve_key_cache_slot(struct ath_common *common,
drivers/net/wireless/ath/key.c
42
bool ath_hw_keyreset(struct ath_common *common, u16 entry)
drivers/net/wireless/ath/key.c
473
int ath_key_config(struct ath_common *common,
drivers/net/wireless/ath/key.c
584
void ath_key_delete(struct ath_common *common, u8 hw_key_idx)
drivers/net/wireless/ath/key.c
87
bool ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac)
drivers/net/wireless/ath/main.c
30
struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
drivers/net/wireless/ath/main.c
64
bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr)
drivers/net/wireless/ath/main.c
72
void ath_printk(const char *level, const struct ath_common* common,
drivers/net/wireless/ath/regd.c
512
struct ath_common *common = container_of(reg, struct ath_common,
drivers/net/wireless/ath/regd.c
763
struct ath_common *common = container_of(reg, struct ath_common,