Lines Matching defs:ath10k
993 struct ath10k { struct
1005 enum ath10k_hw_rev hw_rev; argument
1008 enum ath10k_dev_type dev_type; argument
1009 u32 target_version;
1010 u8 fw_version_major;
1011 u32 fw_version_minor;
1012 u16 fw_version_release;
1013 u16 fw_version_build;
1014 u32 fw_stats_req_mask;
1015 u32 phy_capability;
1016 u32 hw_min_tx_power;
1017 u32 hw_max_tx_power;
1018 u32 hw_eeprom_rd;
1042 enum ath10k_bus bus; argument
1049 const struct ath10k_hw_regs *regs; argument
1050 const struct ath10k_hw_ce_regs *hw_ce_regs; argument
1051 const struct ath10k_hw_values *hw_values; argument
1052 struct ath10k_bmi bmi; argument
1053 struct ath10k_wmi wmi; argument
1054 struct ath10k_htc htc; argument
1055 struct ath10k_htt htt; argument
1057 struct ath10k_hw_params hw_params; argument
1060 struct ath10k_fw_components normal_mode_fw; argument
1065 const struct ath10k_fw_components *running_fw; argument
1090 enum ath10k_cal_mode cal_mode; argument
1097 enum ath10k_scan_state state; argument
1121 struct ath10k_vif *monitor_arvif; argument
1122 bool monitor;
1123 int monitor_vdev_id;
1124 bool monitor_started;
1125 unsigned int filter_flags;
1126 unsigned long dev_flags;
1127 bool dfs_block_radar_events;
1130 bool radar_enabled;
1131 int num_started_vdevs;
1134 u8 cfg_tx_chainmask;
1135 u8 cfg_rx_chainmask;
1159 struct ath10k_peer *peer_map[ATH10K_MAX_NUM_PEER_IDS]; argument
1160 wait_queue_head_t peer_mapping_wq;
1184 enum ath10k_state state; argument
1186 struct work_struct register_work;
1187 struct work_struct restart_work;
1188 struct work_struct bundle_tx_work;
1212 struct ath10k_debug debug; argument
1218 enum ath10k_spectral_mode mode; argument
1227 struct ath10k_fw_crash_data *fw_crash_data; argument
1233 struct ath10k_fw_components utf_mode_fw; argument
1247 struct ath10k_thermal thermal; argument
1248 struct ath10k_wow wow; argument
1249 struct ath10k_per_peer_tx_stats peer_tx_stats; argument
1252 struct net_device napi_dev;
1276 enum ath10k_radar_confirmation_state radar_conf_state; argument
1277 struct ath10k_radar_found_info last_radar_info; argument
1279 struct ath10k_bus_params bus_param; argument
1289 static inline bool ath10k_peer_stats_enabled(struct ath10k *ar) in ath10k_peer_stats_enabled() argument