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
193 static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) in ath_ps_ops() argument
198 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
201 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr);
203 void ath_hw_setbssidmask(struct ath_common *common);
204 void ath_key_delete(struct ath_common *common, u8 hw_key_idx);
205 int ath_key_config(struct ath_common *common,
209 bool ath_hw_keyreset(struct ath_common *common, u16 entry);
210 bool ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac);
211 void ath_hw_cycle_counters_update(struct ath_common *common);
212 int32_t ath_hw_get_listen_time(struct ath_common *common);
215 void ath_printk(const char *level, const struct ath_common *common,
308 void _ath_dbg(struct ath_common *common, enum ATH_DEBUG dbg_mask, in _ath_dbg()