Lines Matching defs:ath10k

1010 struct ath10k {  struct
1022 enum ath10k_hw_rev hw_rev; argument
1023 u16 dev_id;
1024 u32 chip_id;
1025 u32 target_version;
1026 u8 fw_version_major;
1027 u32 fw_version_minor;
1028 u16 fw_version_release;
1029 u16 fw_version_build;
1030 u32 fw_stats_req_mask;
1031 u32 phy_capability;
1032 u32 hw_min_tx_power;
1033 u32 hw_max_tx_power;
1034 u32 hw_eeprom_rd;
1058 enum ath10k_bus bus; argument
1065 const struct ath10k_hw_regs *regs; argument
1066 const struct ath10k_hw_ce_regs *hw_ce_regs; argument
1067 const struct ath10k_hw_values *hw_values; argument
1068 struct ath10k_bmi bmi; argument
1069 struct ath10k_wmi wmi; argument
1070 struct ath10k_htc htc; argument
1071 struct ath10k_htt htt; argument
1073 struct ath10k_hw_params hw_params; argument
1076 struct ath10k_fw_components normal_mode_fw; argument
1081 const struct ath10k_fw_components *running_fw; argument
1106 enum ath10k_cal_mode cal_mode; argument
1113 enum ath10k_scan_state state; argument
1137 struct ath10k_vif *monitor_arvif; argument
1138 bool monitor;
1139 int monitor_vdev_id;
1140 bool monitor_started;
1141 unsigned int filter_flags;
1142 unsigned long dev_flags;
1143 bool dfs_block_radar_events;
1146 bool radar_enabled;
1147 int num_started_vdevs;
1150 u8 cfg_tx_chainmask;
1151 u8 cfg_rx_chainmask;
1175 struct ath10k_peer *peer_map[ATH10K_MAX_NUM_PEER_IDS]; argument
1176 wait_queue_head_t peer_mapping_wq;
1200 enum ath10k_state state; argument
1202 struct work_struct register_work;
1203 struct work_struct restart_work;
1204 struct work_struct bundle_tx_work;
1228 struct ath10k_debug debug; argument
1234 enum ath10k_spectral_mode mode; argument
1243 struct ath10k_fw_crash_data *fw_crash_data; argument
1249 struct ath10k_fw_components utf_mode_fw; argument
1263 struct ath10k_thermal thermal; argument
1264 struct ath10k_wow wow; argument
1265 struct ath10k_per_peer_tx_stats peer_tx_stats; argument
1268 struct net_device napi_dev;
1292 enum ath10k_radar_confirmation_state radar_conf_state; argument
1293 struct ath10k_radar_found_info last_radar_info; argument
1295 struct ath10k_bus_params bus_param; argument
1308 static inline bool ath10k_peer_stats_enabled(struct ath10k *ar) in ath10k_peer_stats_enabled() argument