Lines Matching refs:ath_common
139 struct ath_common;
143 void (*wakeup)(struct ath_common *common);
144 void (*restore)(struct ath_common *common);
147 struct ath_common { struct
191 static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) in ath_ps_ops() argument
196 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
199 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr);
201 void ath_hw_setbssidmask(struct ath_common *common);
202 void ath_key_delete(struct ath_common *common, struct ieee80211_key_conf *key);
203 int ath_key_config(struct ath_common *common,
207 bool ath_hw_keyreset(struct ath_common *common, u16 entry);
208 void ath_hw_cycle_counters_update(struct ath_common *common);
209 int32_t ath_hw_get_listen_time(struct ath_common *common);
212 void ath_printk(const char *level, const struct ath_common *common,
303 void _ath_dbg(struct ath_common *common, enum ATH_DEBUG dbg_mask, in _ath_dbg()