/linux/drivers/net/wireless/ath/ath11k/ |
H A D | Kconfig | 2 config ATH11K config 12 If you choose to build a module, it'll be called ath11k. 15 tristate "Atheros ath11k AHB support" 16 depends on ATH11K 22 tristate "Atheros ath11k PCI support" 23 depends on ATH11K && PCI 32 bool "QCA ath11k debugging" 33 depends on ATH11K 40 bool "QCA ath11k debugfs support" 41 depends on ATH11K && DEBUG_FS && MAC80211_DEBUGFS [all …]
|
H A D | debugfs.h | 271 int ath11k_debugfs_register(struct ath11k *ar); 272 void ath11k_debugfs_unregister(struct ath11k *ar); 273 void ath11k_debugfs_fw_stats_process(struct ath11k *ar, struct ath11k_fw_stats *stats); 275 void ath11k_debugfs_fw_stats_init(struct ath11k *ar); 276 int ath11k_debugfs_get_fw_stats(struct ath11k *ar, u32 pdev_id, 279 static inline bool ath11k_debugfs_is_pktlog_lite_mode_enabled(struct ath11k *ar) in ath11k_debugfs_is_pktlog_lite_mode_enabled() 284 static inline bool ath11k_debugfs_is_pktlog_rx_stats_enabled(struct ath11k *ar) in ath11k_debugfs_is_pktlog_rx_stats_enabled() 289 static inline bool ath11k_debugfs_is_pktlog_peer_valid(struct ath11k *ar, u8 *addr) in ath11k_debugfs_is_pktlog_peer_valid() 295 static inline int ath11k_debugfs_is_extd_tx_stats_enabled(struct ath11k *ar) in ath11k_debugfs_is_extd_tx_stats_enabled() 300 static inline int ath11k_debugfs_is_extd_rx_stats_enabled(struct ath11k *ar) in ath11k_debugfs_is_extd_rx_stats_enabled() [all …]
|
H A D | mac.h | 14 struct ath11k; 18 struct ath11k *ar; 135 void ath11k_mac_11d_scan_start(struct ath11k *ar, u32 vdev_id); 136 void ath11k_mac_11d_scan_stop(struct ath11k *ar); 150 void __ath11k_mac_scan_finish(struct ath11k *ar); 151 void ath11k_mac_scan_finish(struct ath11k *ar); 153 struct ath11k_vif *ath11k_mac_get_arvif(struct ath11k *ar, u32 vdev_id); 156 u8 ath11k_mac_get_target_pdev_id(struct ath11k *ar); 160 struct ath11k *ath11k_mac_get_ar_by_vdev_id(struct ath11k_base *ab, u32 vdev_id); 161 struct ath11k *ath11k_mac_get_ar_by_pdev_id(struct ath11k_base *ab, u32 pdev_id); [all …]
|
H A D | dbring.h | 55 int (*handler)(struct ath11k *, struct ath11k_dbring_data *); 58 int ath11k_dbring_set_cfg(struct ath11k *ar, 62 int (*handler)(struct ath11k *, 64 int ath11k_dbring_wmi_cfg_setup(struct ath11k *ar, 67 int ath11k_dbring_buf_setup(struct ath11k *ar, 70 int ath11k_dbring_srng_setup(struct ath11k *ar, struct ath11k_dbring *ring, 78 void ath11k_dbring_srng_cleanup(struct ath11k *ar, struct ath11k_dbring *ring); 79 void ath11k_dbring_buf_cleanup(struct ath11k *ar, struct ath11k_dbring *ring); 80 int ath11k_dbring_validate_buffer(struct ath11k *ar, void *data, u32 size);
|
H A D | Makefile | 2 obj-$(CONFIG_ATH11K) += ath11k.o 3 ath11k-y += core.o \ 24 ath11k-$(CONFIG_ATH11K_DEBUGFS) += debugfs.o debugfs_htt_stats.o debugfs_sta.o 25 ath11k-$(CONFIG_NL80211_TESTMODE) += testmode.o 26 ath11k-$(CONFIG_ATH11K_TRACING) += trace.o 27 ath11k-$(CONFIG_THERMAL) += thermal.o 28 ath11k-$(CONFIG_ATH11K_SPECTRAL) += spectral.o 29 ath11k-$(CONFIG_PM) += wow.o
|
H A D | dp_rx.h | 45 int ath11k_dp_rx_ampdu_start(struct ath11k *ar, 47 int ath11k_dp_rx_ampdu_stop(struct ath11k *ar, 53 void ath11k_peer_frags_flush(struct ath11k *ar, struct ath11k_peer *peer); 54 void ath11k_peer_rx_tid_cleanup(struct ath11k *ar, struct ath11k_peer *peer); 55 void ath11k_peer_rx_tid_delete(struct ath11k *ar, 57 int ath11k_peer_rx_tid_setup(struct ath11k *ar, const u8 *peer_mac, int vdev_id, 92 int ath11k_dp_rx_pdev_mon_detach(struct ath11k *ar); 93 int ath11k_dp_rx_pdev_mon_attach(struct ath11k *ar); 94 int ath11k_peer_rx_frag_setup(struct ath11k *ar, const u8 *peer_mac, int vdev_id); 99 int ath11k_dp_rx_crypto_mic_len(struct ath11k *ar, enum hal_encrypt_type enctype);
|
H A D | reg.h | 14 struct ath11k; 31 /* ATH11K Regulatory API's */ 32 void ath11k_reg_init(struct ath11k *ar); 41 int ath11k_regd_update(struct ath11k *ar); 42 int ath11k_reg_update_chan_list(struct ath11k *ar, bool wait); 48 int ath11k_reg_set_cc(struct ath11k *ar);
|
H A D | spectral.h | 47 void ath11k_spectral_reset_buffer(struct ath11k *ar); 48 enum ath11k_spectral_mode ath11k_spectral_get_mode(struct ath11k *ar); 49 struct ath11k_dbring *ath11k_spectral_get_dbring(struct ath11k *ar); 67 static inline void ath11k_spectral_reset_buffer(struct ath11k *ar) in ath11k_spectral_reset_buffer() 72 enum ath11k_spectral_mode ath11k_spectral_get_mode(struct ath11k *ar) in ath11k_spectral_get_mode() 78 struct ath11k_dbring *ath11k_spectral_get_dbring(struct ath11k *ar) in ath11k_spectral_get_dbring()
|
H A D | wmi.h | 14 struct ath11k; 6354 int ath11k_wmi_mgmt_send(struct ath11k *ar, u32 vdev_id, u32 buf_id, 6356 int ath11k_wmi_p2p_go_bcn_ie(struct ath11k *ar, u32 vdev_id, 6358 int ath11k_wmi_bcn_tmpl(struct ath11k *ar, u32 vdev_id, 6361 int ath11k_wmi_vdev_down(struct ath11k *ar, u8 vdev_id); 6362 int ath11k_wmi_vdev_up(struct ath11k *ar, u32 vdev_id, u32 aid, 6365 int ath11k_wmi_vdev_stop(struct ath11k *ar, u8 vdev_id); 6366 int ath11k_wmi_vdev_start(struct ath11k *ar, struct wmi_vdev_start_req_arg *arg, 6368 int ath11k_wmi_set_peer_param(struct ath11k *ar, const u8 *peer_addr, 6370 int ath11k_wmi_pdev_set_param(struct ath11k *ar, u32 param_id, [all …]
|
H A D | dbring.c | 12 int ath11k_dbring_validate_buffer(struct ath11k *ar, void *buffer, u32 size) in ath11k_dbring_validate_buffer() 27 static void ath11k_dbring_fill_magic_value(struct ath11k *ar, in ath11k_dbring_fill_magic_value() 39 static int ath11k_dbring_bufs_replenish(struct ath11k *ar, in ath11k_dbring_bufs_replenish() 106 static int ath11k_dbring_fill_bufs(struct ath11k *ar, in ath11k_dbring_fill_bufs() 152 int ath11k_dbring_wmi_cfg_setup(struct ath11k *ar, in ath11k_dbring_wmi_cfg_setup() 184 int ath11k_dbring_set_cfg(struct ath11k *ar, struct ath11k_dbring *ring, in ath11k_dbring_set_cfg() 186 int (*handler)(struct ath11k *, in ath11k_dbring_set_cfg() argument 199 int ath11k_dbring_buf_setup(struct ath11k *ar, in ath11k_dbring_buf_setup() 222 int ath11k_dbring_srng_setup(struct ath11k *ar, struct ath11k_dbring *ring, in ath11k_dbring_srng_setup() 271 struct ath11k *ar; in ath11k_dbring_buffer_release_event() [all …]
|
H A D | dp_tx.h | 20 void ath11k_dp_tx_update_txcompl(struct ath11k *ar, struct hal_tx_status *ts); 22 int ath11k_dp_tx(struct ath11k *ar, struct ath11k_vif *arvif, 31 int ath11k_dp_tx_htt_h2t_ppdu_stats_req(struct ath11k *ar, u32 mask); 33 ath11k_dp_tx_htt_h2t_ext_stats_req(struct ath11k *ar, u8 type, 36 int ath11k_dp_tx_htt_monitor_mode_ring_config(struct ath11k *ar, bool reset);
|
H A D | debugfs.c | 57 void ath11k_debugfs_add_dbring_entry(struct ath11k *ar, in ath11k_debugfs_add_dbring_entry() 96 static void ath11k_debugfs_fw_stats_reset(struct ath11k *ar) in ath11k_debugfs_fw_stats_reset() 105 void ath11k_debugfs_fw_stats_process(struct ath11k *ar, struct ath11k_fw_stats *stats) in ath11k_debugfs_fw_stats_process() 167 static int ath11k_debugfs_fw_stats_request(struct ath11k *ar, in ath11k_debugfs_fw_stats_request() 214 int ath11k_debugfs_get_fw_stats(struct ath11k *ar, u32 pdev_id, in ath11k_debugfs_get_fw_stats() 248 struct ath11k *ar = inode->i_private; in ath11k_open_pdev_stats() 319 struct ath11k *ar = inode->i_private; in ath11k_open_vdev_stats() 390 struct ath11k *ar = inode->i_private; in ath11k_open_bcn_stats() 497 struct ath11k *ar = ab->pdevs[0].ar; in ath11k_write_simulate_fw_crash() 564 struct ath11k *a in ath11k_write_enable_extd_tx_stats() [all...] |
H A D | spectral.c | 156 static struct ath11k_vif *ath11k_spectral_get_vdev(struct ath11k *ar) in ath11k_spectral_get_vdev() 174 static int ath11k_spectral_scan_trigger(struct ath11k *ar) in ath11k_spectral_scan_trigger() 205 static int ath11k_spectral_scan_config(struct ath11k *ar, in ath11k_spectral_scan_config() 273 struct ath11k *ar = file->private_data; in ath11k_read_file_spec_scan_ctl() 302 struct ath11k *ar = file->private_data; in ath11k_write_file_spec_scan_ctl() 367 struct ath11k *ar = file->private_data; in ath11k_read_file_spectral_count() 384 struct ath11k *ar = file->private_data; in ath11k_write_file_spectral_count() 414 struct ath11k *ar = file->private_data; in ath11k_read_file_spectral_bins() 434 struct ath11k *ar = file->private_data; in ath11k_write_file_spectral_bins() 464 static int ath11k_spectral_pull_summary(struct ath11k *ar, in ath11k_spectral_pull_summary() [all …]
|
H A D | thermal.c | 28 struct ath11k *ar = cdev->devdata; in ath11k_thermal_get_cur_throttle_state() 41 struct ath11k *ar = cdev->devdata; in ath11k_thermal_set_cur_throttle_state() 67 struct ath11k *ar = dev_get_drvdata(dev); in ath11k_thermal_show_temp() 110 void ath11k_thermal_event_temperature(struct ath11k *ar, int temperature) in ath11k_thermal_event_temperature() 127 int ath11k_thermal_set_throttling(struct ath11k *ar, u32 throttle_state) in ath11k_thermal_set_throttling() 162 struct ath11k *ar; in ath11k_thermal_register() 217 struct ath11k *ar; in ath11k_thermal_unregister()
|
H A D | thermal.h | 32 int ath11k_thermal_set_throttling(struct ath11k *ar, u32 throttle_state); 33 void ath11k_thermal_event_temperature(struct ath11k *ar, int temperature); 44 static inline int ath11k_thermal_set_throttling(struct ath11k *ar, u32 throttle_state) in ath11k_thermal_set_throttling() 49 static inline void ath11k_thermal_event_temperature(struct ath11k *ar, in ath11k_thermal_event_temperature()
|
H A D | peer.h | 49 void ath11k_peer_cleanup(struct ath11k *ar, u32 vdev_id); 50 int ath11k_peer_delete(struct ath11k *ar, u32 vdev_id, u8 *addr); 51 int ath11k_peer_create(struct ath11k *ar, struct ath11k_vif *arvif, 53 int ath11k_wait_for_peer_delete_done(struct ath11k *ar, u32 vdev_id,
|
H A D | testmode.c | 27 static struct ath11k *ath11k_tm_get_ar(struct ath11k_base *ab) in ath11k_tm_get_ar() 30 struct ath11k *ar = NULL; in ath11k_tm_get_ar() 51 struct ath11k *ar; in ath11k_tm_wmi_event_unsegmented() 102 struct ath11k *ar; in ath11k_tm_process_event() 231 static int ath11k_tm_cmd_get_version(struct ath11k *ar, struct nlattr *tb[]) in ath11k_tm_cmd_get_version() 263 static int ath11k_tm_cmd_testmode_start(struct ath11k *ar, struct nlattr *tb[]) in ath11k_tm_cmd_testmode_start() 300 static int ath11k_tm_cmd_wmi(struct ath11k *ar, struct nlattr *tb[], in ath11k_tm_cmd_wmi() 390 static int ath11k_tm_cmd_wmi_ftm(struct ath11k *ar, struct nlattr *tb[]) in ath11k_tm_cmd_wmi_ftm() 478 struct ath11k *ar = hw->priv; in ath11k_tm_cmd()
|
H A D | wmi.c | 639 static u32 ath11k_wmi_mgmt_get_freq(struct ath11k *ar, in ath11k_wmi_mgmt_get_freq() 653 int ath11k_wmi_mgmt_send(struct ath11k *ar, u32 vdev_id, u32 buf_id, in ath11k_wmi_mgmt_send() 705 int ath11k_wmi_vdev_create(struct ath11k *ar, u8 *macaddr, in ath11k_wmi_vdev_create() 785 int ath11k_wmi_vdev_delete(struct ath11k *ar, u8 vdev_id) in ath11k_wmi_vdev_delete() 812 int ath11k_wmi_vdev_stop(struct ath11k *ar, u8 vdev_id) in ath11k_wmi_vdev_stop() 840 int ath11k_wmi_vdev_down(struct ath11k *ar, u8 vdev_id) in ath11k_wmi_vdev_down() 922 int ath11k_wmi_vdev_start(struct ath11k *ar, struct wmi_vdev_start_req_arg *arg, in ath11k_wmi_vdev_start() 1013 int ath11k_wmi_vdev_up(struct ath11k *ar, u32 vdev_id, u32 aid, const u8 *bssid, in ath11k_wmi_vdev_up() 1067 int ath11k_wmi_send_peer_create_cmd(struct ath11k *ar, in ath11k_wmi_send_peer_create_cmd() 1100 int ath11k_wmi_send_peer_delete_cmd(struct ath11k *ar, in ath11k_wmi_send_peer_delete_cmd() [all …]
|
H A D | debugfs_sta.c | 129 void ath11k_debugfs_sta_update_txcompl(struct ath11k *ar, in ath11k_debugfs_sta_update_txcompl() 141 struct ath11k *ar = arsta->arvif->ar; in ath11k_dbg_sta_dump_tx_stats() 248 struct ath11k *ar = arsta->arvif->ar; in ath11k_dbg_sta_dump_rx_stats() 345 struct ath11k *ar = arsta->arvif->ar; in ath11k_dbg_sta_open_htt_peer_stats() 381 struct ath11k *ar = arsta->arvif->ar; in ath11k_dbg_sta_release_htt_peer_stats() 418 struct ath11k *ar = arsta->arvif->ar; in ath11k_dbg_sta_write_peer_pktlog() 458 struct ath11k *ar = arsta->arvif->ar; in ath11k_dbg_sta_read_peer_pktlog() 485 struct ath11k *ar = arsta->arvif->ar; in ath11k_dbg_sta_write_delba() 536 struct ath11k *ar = arsta->arvif->ar; in ath11k_dbg_sta_write_addba_resp() 586 struct ath11k *ar = arsta->arvif->ar; in ath11k_dbg_sta_write_addba() [all …]
|
H A D | p2p.c | 83 struct ath11k *ar = arvif->ar; in ath11k_p2p_noa_ie_assign() 96 struct ath11k *ar = arvif->ar; in __ath11k_p2p_noa_update() 118 struct ath11k *ar = arvif->ar; in ath11k_p2p_noa_update() 137 void ath11k_p2p_noa_update_by_vdev_id(struct ath11k *ar, u32 vdev_id, in ath11k_p2p_noa_update_by_vdev_id()
|
H A D | testmode_i.h | 7 /* "API" level of the ath11k testmode interface. Bump it after every 34 /* All ath11k testmode interface commands specified in 38 /* Returns the supported ath11k testmode interface version in
|
H A D | reg.c | 32 static bool ath11k_regdom_changes(struct ath11k *ar, char *alpha2) in ath11k_regdom_changes() 52 struct ath11k *ar = hw->priv; in ath11k_reg_notifier() 105 int ath11k_reg_update_chan_list(struct ath11k *ar, bool wait) in ath11k_reg_update_chan_list() 240 int ath11k_regd_update(struct ath11k *ar) in ath11k_regd_update() 818 static enum wmi_vdev_type ath11k_reg_get_ar_vdev_type(struct ath11k *ar) in ath11k_reg_get_ar_vdev_type() 822 /* Currently each struct ath11k maps to one struct ieee80211_hw/wiphy in ath11k_reg_get_ar_vdev_type() 824 * reg rules. It means multi-interface concurrency in the same ath11k is in ath11k_reg_get_ar_vdev_type() 842 struct ath11k *ar; in ath11k_reg_handle_chan_list() 962 struct ath11k *ar = container_of(work, struct ath11k, in ath11k_regd_update_work() 977 void ath11k_reg_init(struct ath11k *ar) in ath11k_reg_init() [all …]
|
H A D | debugfs_sta.h | 22 void ath11k_debugfs_sta_update_txcompl(struct ath11k *ar, 36 static inline void ath11k_debugfs_sta_update_txcompl(struct ath11k *ar, in ath11k_debugfs_sta_update_txcompl()
|
H A D | peer.c | 240 void ath11k_peer_cleanup(struct ath11k *ar, u32 vdev_id) in ath11k_peer_cleanup() 266 static int ath11k_wait_for_peer_deleted(struct ath11k *ar, int vdev_id, const u8 *addr) in ath11k_wait_for_peer_deleted() 271 int ath11k_wait_for_peer_delete_done(struct ath11k *ar, u32 vdev_id, in ath11k_wait_for_peer_delete_done() 293 static int __ath11k_peer_delete(struct ath11k *ar, u32 vdev_id, const u8 *addr) in __ath11k_peer_delete() 350 int ath11k_peer_delete(struct ath11k *ar, u32 vdev_id, u8 *addr) in ath11k_peer_delete() 365 static int ath11k_wait_for_peer_created(struct ath11k *ar, int vdev_id, const u8 *addr) in ath11k_wait_for_peer_created() 370 int ath11k_peer_create(struct ath11k *ar, struct ath11k_vif *arvif, in ath11k_peer_create()
|
/linux/Documentation/devicetree/bindings/net/wireless/ |
H A D | qcom,ath11k-pci.yaml | 5 $id: http://devicetree.org/schemas/net/wireless/qcom,ath11k-pci.yaml# 8 title: Qualcomm Technologies ath11k wireless devices (PCIe) 25 qcom,ath11k-calibration-variant: 130 qcom,ath11k-calibration-variant = "LE_X13S";
|