Searched refs:ath_common (Results 1 – 10 of 10) sorted by relevance
| /src/sys/contrib/dev/athk/ |
| H A D | ath.h | 142 struct ath_common; 146 void (*wakeup)(struct ath_common *common); 147 void (*restore)(struct ath_common *common); 150 struct ath_common { struct 196 static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) in ath_ps_ops() argument 201 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, 204 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr); 206 void ath_hw_setbssidmask(struct ath_common *common); 207 void ath_key_delete(struct ath_common *common, u8 hw_key_idx); 208 int ath_key_config(struct ath_common *common, [all …]
|
| H A D | main.c | 35 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, in ath_rxbuf_alloc() 69 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr) in ath_is_mybeacon() 77 void ath_printk(const char *level, const struct ath_common* common, in ath_printk()
|
| H A D | hw.c | 118 void ath_hw_setbssidmask(struct ath_common *common) in ath_hw_setbssidmask() 142 void ath_hw_cycle_counters_update(struct ath_common *common) in ath_hw_cycle_counters_update() 178 int32_t ath_hw_get_listen_time(struct ath_common *common) in ath_hw_get_listen_time()
|
| H A D | key.c | 42 bool ath_hw_keyreset(struct ath_common *common, u16 entry) in ath_hw_keyreset() 87 bool ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac) in ath_hw_keysetmac() 129 static bool ath_hw_set_keycache_entry(struct ath_common *common, u16 entry, in ath_hw_set_keycache_entry() 339 static int ath_setkey_tkip(struct ath_common *common, u16 keyix, const u8 *key, in ath_setkey_tkip() 386 static int ath_reserve_key_cache_slot_tkip(struct ath_common *common) in ath_reserve_key_cache_slot_tkip() 405 static int ath_reserve_key_cache_slot(struct ath_common *common, in ath_reserve_key_cache_slot() 473 int ath_key_config(struct ath_common *common, in ath_key_config() 584 void ath_key_delete(struct ath_common *common, u8 hw_key_idx) in ath_key_delete()
|
| H A D | dfs_pattern_detector.h | 108 struct ath_common *common; 120 dfs_pattern_detector_init(struct ath_common *common,
|
| H A D | regd.c | 512 struct ath_common *common = container_of(reg, struct ath_common, in ath_reg_notifier_apply() 763 struct ath_common *common = container_of(reg, struct ath_common, in ath_regd_init()
|
| H A D | dfs_pattern_detector.c | 349 dfs_pattern_detector_init(struct ath_common *common, in dfs_pattern_detector_init()
|
| /src/sys/contrib/dev/athk/ath10k/ |
| H A D | core.h | 1017 struct ath_common ath_common; member
|
| H A D | mac.c | 3523 regpair = ar->ath_common.regulatory.regpair; in ath10k_regd_update() 3568 ath_reg_notifier_apply(wiphy, request, &ar->ath_common.regulatory); in ath10k_reg_notifier() 10003 ar->ath_common.regulatory.current_rd = rd; in ath10k_mac_init_rd() 10321 ar->ath_common.debug_mask = ATH_DBG_DFS; in ath10k_mac_register() 10322 ar->dfs_detector = dfs_pattern_detector_init(&ar->ath_common, in ath10k_mac_register() 10339 ret = ath_regd_init(&ar->ath_common.regulatory, ar->hw->wiphy, in ath10k_mac_register() 10380 if (!ath_is_world_regd(&ar->ath_common.reg_world_copy) && in ath10k_mac_register() 10381 !ath_is_world_regd(&ar->ath_common.regulatory)) { in ath10k_mac_register() 10383 ar->ath_common.regulatory.alpha2); in ath10k_mac_register()
|
| H A D | core.c | 3717 ar->ath_common.priv = ar; in ath10k_core_create() 3718 ar->ath_common.hw = ar->hw; in ath10k_core_create()
|