Lines Matching refs:ath_common
137 struct ath_common;
141 void (*wakeup)(struct ath_common *common);
142 void (*restore)(struct ath_common *common);
145 struct ath_common { struct
189 static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) in ath_ps_ops() argument
194 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
197 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr);
199 void ath_hw_setbssidmask(struct ath_common *common);
200 void ath_key_delete(struct ath_common *common, u8 hw_key_idx);
201 int ath_key_config(struct ath_common *common,
205 bool ath_hw_keyreset(struct ath_common *common, u16 entry);
206 bool ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac);
207 void ath_hw_cycle_counters_update(struct ath_common *common);
208 int32_t ath_hw_get_listen_time(struct ath_common *common);
211 void ath_printk(const char *level, const struct ath_common *common,
304 void _ath_dbg(struct ath_common *common, enum ATH_DEBUG dbg_mask, in _ath_dbg()