Home
last modified time | relevance | path

Searched refs:ath11k (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dcfr.c11 struct ath11k_dbring *ath11k_cfr_get_dbring(struct ath11k *ar) in ath11k_cfr_get_dbring()
59 static void ath11k_cfr_rfs_write(struct ath11k *ar, const void *head, in ath11k_cfr_rfs_write()
74 static void ath11k_cfr_free_pending_dbr_events(struct ath11k *ar) in ath11k_cfr_free_pending_dbr_events()
114 ath11k_cfr_correlate_and_relay(struct ath11k *ar, in ath11k_cfr_correlate_and_relay()
176 static int ath11k_cfr_process_data(struct ath11k *ar, in ath11k_cfr_process_data()
255 static void ath11k_cfr_fill_hdr_info(struct ath11k *ar, in ath11k_cfr_fill_hdr_info()
309 struct ath11k *ar; in ath11k_process_cfr_capture_event()
412 bool ath11k_cfr_peer_is_in_cfr_unassoc_pool(struct ath11k *ar, const u8 *peer_mac) in ath11k_cfr_peer_is_in_cfr_unassoc_pool()
438 void ath11k_cfr_update_unassoc_pool_entry(struct ath11k *ar, in ath11k_cfr_update_unassoc_pool_entry()
463 void ath11k_cfr_decrement_peer_count(struct ath11k *ar, in ath11k_cfr_decrement_peer_count()
[all …]
H A Ddbring.c12 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 int ath11k_dbring_bufs_replenish(struct ath11k *ar, in ath11k_dbring_bufs_replenish()
109 static int ath11k_dbring_fill_bufs(struct ath11k *ar, in ath11k_dbring_fill_bufs()
155 int ath11k_dbring_wmi_cfg_setup(struct ath11k *ar, in ath11k_dbring_wmi_cfg_setup()
199 int ath11k_dbring_set_cfg(struct ath11k *ar, struct ath11k_dbring *ring, in ath11k_dbring_set_cfg()
201 int (*handler)(struct ath11k *, in ath11k_dbring_set_cfg() argument
214 int ath11k_dbring_buf_setup(struct ath11k *ar, in ath11k_dbring_buf_setup()
237 int ath11k_dbring_srng_setup(struct ath11k *ar, struct ath11k_dbring *ring, in ath11k_dbring_srng_setup()
286 struct ath11k *ar; in ath11k_dbring_buffer_release_event()
[all …]
H A Ddp_rx.c436 static int ath11k_dp_rxdma_buf_ring_free(struct ath11k *ar, in ath11k_dp_rxdma_buf_ring_free()
459 static int ath11k_dp_rxdma_pdev_buf_free(struct ath11k *ar) in ath11k_dp_rxdma_pdev_buf_free()
479 static int ath11k_dp_rxdma_ring_buf_setup(struct ath11k *ar, in ath11k_dp_rxdma_ring_buf_setup()
495 static int ath11k_dp_rxdma_pdev_buf_setup(struct ath11k *ar) in ath11k_dp_rxdma_pdev_buf_setup()
517 static void ath11k_dp_rx_pdev_srng_free(struct ath11k *ar) in ath11k_dp_rx_pdev_srng_free()
570 static int ath11k_dp_rx_pdev_srng_alloc(struct ath11k *ar) in ath11k_dp_rx_pdev_srng_alloc()
811 void ath11k_peer_rx_tid_delete(struct ath11k *ar, in ath11k_peer_rx_tid_delete()
898 void ath11k_peer_frags_flush(struct ath11k *ar, struct ath11k_peer *peer) in ath11k_peer_frags_flush()
916 void ath11k_peer_rx_tid_cleanup(struct ath11k *ar, struct ath11k_peer *peer) in ath11k_peer_rx_tid_cleanup()
935 static int ath11k_peer_rx_tid_reo_update(struct ath11k *ar, in ath11k_peer_rx_tid_reo_update()
[all …]
H A Dwmi.c648 static u32 ath11k_wmi_mgmt_get_freq(struct ath11k *ar, in ath11k_wmi_mgmt_get_freq()
662 int ath11k_wmi_mgmt_send(struct ath11k *ar, u32 vdev_id, u32 buf_id, in ath11k_wmi_mgmt_send()
726 int ath11k_wmi_vdev_create(struct ath11k *ar, u8 *macaddr, in ath11k_wmi_vdev_create()
806 int ath11k_wmi_vdev_delete(struct ath11k *ar, u8 vdev_id) in ath11k_wmi_vdev_delete()
833 int ath11k_wmi_vdev_stop(struct ath11k *ar, u8 vdev_id) in ath11k_wmi_vdev_stop()
861 int ath11k_wmi_vdev_down(struct ath11k *ar, u8 vdev_id) in ath11k_wmi_vdev_down()
943 int ath11k_wmi_vdev_start(struct ath11k *ar, struct wmi_vdev_start_req_arg *arg, in ath11k_wmi_vdev_start()
1034 int ath11k_wmi_vdev_up(struct ath11k *ar, u32 vdev_id, u32 aid, const u8 *bssid, in ath11k_wmi_vdev_up()
1088 int ath11k_wmi_send_peer_create_cmd(struct ath11k *ar, in ath11k_wmi_send_peer_create_cmd()
1121 int ath11k_wmi_send_peer_delete_cmd(struct ath11k *ar, in ath11k_wmi_send_peer_delete_cmd()
[all …]
H A Dreg.c32 static bool ath11k_regdom_changes(struct ath11k *ar, char *alpha2) in ath11k_regdom_changes()
52 struct ath11k *ar = hw->priv; in ath11k_reg_notifier()
118 int ath11k_reg_update_chan_list(struct ath11k *ar, bool wait) in ath11k_reg_update_chan_list()
237 int ath11k_regd_update(struct ath11k *ar) in ath11k_regd_update()
800 struct ath11k *ar = container_of(work, struct ath11k, in ath11k_regd_update_chan_list_work()
857 static enum wmi_vdev_type ath11k_reg_get_ar_vdev_type(struct ath11k *ar) in ath11k_reg_get_ar_vdev_type()
881 struct ath11k *ar; in ath11k_reg_handle_chan_list()
1004 struct ath11k *ar = container_of(work, struct ath11k, in ath11k_regd_update_work()
1019 void ath11k_reg_init(struct ath11k *ar) in ath11k_reg_init()
1062 int ath11k_reg_set_cc(struct ath11k *ar) in ath11k_reg_set_cc()
H A Dcore.c1106 void ath11k_fw_stats_init(struct ath11k *ar) in ath11k_fw_stats_init()
1143 struct ath11k *ar; in ath11k_core_continue_suspend_resume()
1309 struct ath11k *ar; in ath11k_core_resume_default()
2090 struct ath11k *ar; in ath11k_core_pdev_suspend_target()
2365 void ath11k_core_halt(struct ath11k *ar) in ath11k_core_halt()
2396 struct ath11k *ar; in ath11k_update_11d()
2421 struct ath11k *ar; in ath11k_core_pre_reconfigure_recovery()
2470 struct ath11k *ar; in ath11k_core_post_reconfigure_recovery()
/linux/drivers/net/wireless/ath/
H A DMakefile10 obj-$(CONFIG_ATH11K) += ath11k/
H A DKconfig65 source "drivers/net/wireless/ath/ath11k/Kconfig"
/linux/
H A DMAINTAINERS22305 L: ath11k@lists.infradead.org
22307 W: https://wireless.wiki.kernel.org/en/users/Drivers/ath11k
22308 B: https://wireless.wiki.kernel.org/en/users/Drivers/ath11k/bugreport
22310 F: drivers/net/wireless/ath/ath11k/
22311 N: ath11k