Lines Matching defs:ath10k

1012 struct ath10k {  struct
1024 enum ath10k_hw_rev hw_rev; argument
1025 u16 dev_id;
1026 u32 chip_id;
1027 u32 target_version;
1028 u8 fw_version_major;
1029 u32 fw_version_minor;
1030 u16 fw_version_release;
1031 u16 fw_version_build;
1032 u32 fw_stats_req_mask;
1033 u32 phy_capability;
1034 u32 hw_min_tx_power;
1035 u32 hw_max_tx_power;
1036 u32 hw_eeprom_rd;
1060 enum ath10k_bus bus; argument
1067 const struct ath10k_hw_regs *regs; argument
1068 const struct ath10k_hw_ce_regs *hw_ce_regs; argument
1069 const struct ath10k_hw_values *hw_values; argument
1070 struct ath10k_bmi bmi; argument
1071 struct ath10k_wmi wmi; argument
1072 struct ath10k_htc htc; argument
1073 struct ath10k_htt htt; argument
1075 struct ath10k_hw_params hw_params; argument
1078 struct ath10k_fw_components normal_mode_fw; argument
1083 const struct ath10k_fw_components *running_fw; argument
1085 const char *board_name;
1110 enum ath10k_cal_mode cal_mode; argument
1117 enum ath10k_scan_state state; argument
1141 struct ath10k_vif *monitor_arvif; argument
1142 bool monitor;
1143 int monitor_vdev_id;
1144 bool monitor_started;
1145 unsigned int filter_flags;
1146 unsigned long dev_flags;
1147 bool dfs_block_radar_events;
1150 bool radar_enabled;
1151 int num_started_vdevs;
1154 u8 cfg_tx_chainmask;
1155 u8 cfg_rx_chainmask;
1157 struct completion install_key_done;
1182 struct ath10k_peer *peer_map[ATH10K_MAX_NUM_PEER_IDS]; argument
1183 wait_queue_head_t peer_mapping_wq;
1207 enum ath10k_state state; argument
1209 struct work_struct register_work;
1210 struct work_struct restart_work;
1211 struct work_struct bundle_tx_work;
1235 struct ath10k_debug debug; argument
1241 enum ath10k_spectral_mode mode; argument
1250 struct ath10k_fw_crash_data *fw_crash_data; argument
1256 struct ath10k_fw_components utf_mode_fw; argument
1277 struct ath10k_thermal thermal; argument
1278 struct ath10k_wow wow; argument
1279 struct ath10k_per_peer_tx_stats peer_tx_stats; argument
1282 struct net_device *napi_dev;
1306 enum ath10k_radar_confirmation_state radar_conf_state; argument
1307 struct ath10k_radar_found_info last_radar_info; argument
1309 struct ath10k_bus_params bus_param; argument
1322 static inline bool ath10k_peer_stats_enabled(struct ath10k *ar) in ath10k_peer_stats_enabled() argument