Home
last modified time | relevance | path

Searched refs:ath12k (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.h13 struct ath12k;
17 struct ath12k *ar;
61 void __ath12k_mac_scan_finish(struct ath12k *ar);
62 void ath12k_mac_scan_finish(struct ath12k *ar);
64 struct ath12k_vif *ath12k_mac_get_arvif(struct ath12k *ar, u32 vdev_id);
67 struct ath12k *ath12k_mac_get_ar_by_vdev_id(struct ath12k_base *ab, u32 vdev_id);
68 struct ath12k *ath12k_mac_get_ar_by_pdev_id(struct ath12k_base *ab, u32 pdev_id);
70 void ath12k_mac_drain_tx(struct ath12k *ar);
71 void ath12k_mac_peer_cleanup_all(struct ath12k *ar);
H A Ddbring.h55 int (*handler)(struct ath12k *ar, struct ath12k_dbring_data *data);
58 int ath12k_dbring_set_cfg(struct ath12k *ar,
62 int (*handler)(struct ath12k *,
64 int ath12k_dbring_wmi_cfg_setup(struct ath12k *ar,
67 int ath12k_dbring_buf_setup(struct ath12k *ar,
70 int ath12k_dbring_srng_setup(struct ath12k *ar, struct ath12k_dbring *ring,
78 void ath12k_dbring_srng_cleanup(struct ath12k *ar, struct ath12k_dbring *ring);
79 void ath12k_dbring_buf_cleanup(struct ath12k *ar, struct ath12k_dbring *ring);
H A Ddp_tx.h19 int ath12k_dp_tx(struct ath12k *ar, struct ath12k_vif *arvif,
23 int ath12k_dp_tx_htt_h2t_ppdu_stats_req(struct ath12k *ar, u32 mask);
25 ath12k_dp_tx_htt_h2t_ext_stats_req(struct ath12k *ar, u8 type,
28 int ath12k_dp_tx_htt_rx_monitor_mode_ring_config(struct ath12k *ar, bool reset);
39 int ath12k_dp_tx_htt_tx_monitor_mode_ring_config(struct ath12k *ar, bool reset);
40 int ath12k_dp_tx_htt_monitor_mode_ring_config(struct ath12k *ar, bool reset);
H A Ddp_rx.h87 int ath12k_dp_rx_ampdu_start(struct ath12k *ar,
89 int ath12k_dp_rx_ampdu_stop(struct ath12k *ar,
95 void ath12k_dp_rx_peer_tid_cleanup(struct ath12k *ar, struct ath12k_peer *peer);
96 void ath12k_dp_rx_peer_tid_delete(struct ath12k *ar,
98 int ath12k_dp_rx_peer_tid_setup(struct ath12k *ar, const u8 *peer_mac, int vdev_id,
124 int ath12k_dp_rx_pdev_mon_attach(struct ath12k *ar);
125 int ath12k_dp_rx_peer_frag_setup(struct ath12k *ar, const u8 *peer_mac, int vdev_id);
137 void ath12k_dp_rx_h_ppdu(struct ath12k *ar, struct hal_rx_desc *rx_desc,
H A DKconfig3 tristate "Qualcomm Technologies Wi-Fi 7 support (ath12k)"
15 If you choose to build a module, it'll be called ath12k.
18 bool "ath12k debugging"
28 bool "ath12k tracing support"
31 Enable ath12k tracing infrastructure.
H A Dpeer.h60 void ath12k_peer_cleanup(struct ath12k *ar, u32 vdev_id);
61 int ath12k_peer_delete(struct ath12k *ar, u32 vdev_id, u8 *addr);
62 int ath12k_peer_create(struct ath12k *ar, struct ath12k_vif *arvif,
65 int ath12k_wait_for_peer_delete_done(struct ath12k *ar, u32 vdev_id,
H A Dreg.h14 struct ath12k;
86 void ath12k_reg_init(struct ath12k *ar);
92 int ath12k_regd_update(struct ath12k *ar, bool init);
93 int ath12k_reg_update_chan_list(struct ath12k *ar);
H A DMakefile2 obj-$(CONFIG_ATH12K) += ath12k.o
3 ath12k-y += core.o \
24 ath12k-$(CONFIG_ATH12K_TRACING) += trace.o
H A Ddp_mon.h78 ath12k_dp_mon_rx_parse_mon_status(struct ath12k *ar,
85 int ath12k_dp_mon_srng_process(struct ath12k *ar, int mac_id,
97 ath12k_dp_mon_tx_parse_mon_status(struct ath12k *ar,
104 int ath12k_dp_mon_rx_process_stats(struct ath12k *ar, int mac_id,
H A Ddbring.c10 static int ath12k_dbring_bufs_replenish(struct ath12k *ar, in ath12k_dbring_bufs_replenish()
75 static int ath12k_dbring_fill_bufs(struct ath12k *ar, in ath12k_dbring_fill_bufs()
116 int ath12k_dbring_wmi_cfg_setup(struct ath12k *ar, in ath12k_dbring_wmi_cfg_setup()
148 int ath12k_dbring_set_cfg(struct ath12k *ar, struct ath12k_dbring *ring, in ath12k_dbring_set_cfg()
150 int (*handler)(struct ath12k *, in ath12k_dbring_set_cfg() argument
163 int ath12k_dbring_buf_setup(struct ath12k *ar, in ath12k_dbring_buf_setup()
186 int ath12k_dbring_srng_setup(struct ath12k *ar, struct ath12k_dbring *ring, in ath12k_dbring_srng_setup()
235 struct ath12k *ar; in ath12k_dbring_buffer_release_event()
337 void ath12k_dbring_srng_cleanup(struct ath12k *ar, struct ath12k_dbring *ring) in ath12k_dbring_srng_cleanup()
342 void ath12k_dbring_buf_cleanup(struct ath12k *ar, struct ath12k_dbring *ring) in ath12k_dbring_buf_cleanup()
H A Dmac.c687 struct ath12k *ar = arvif->ar; in ath12k_recalc_rtscts_prot()
726 struct ath12k *ar = arvif->ar; in ath12k_mac_set_kickout()
1083 struct ath12k *ar = hw->priv; in ath12k_mac_op_config()
2893 struct ath12k *ar = container_of(work, struct ath12k, in ath12k_scan_timeout_work()
3452 struct ath12k *ar; in ath12k_sta_rc_update_wk()
4748 struct ath12k *ar = ctx; in ath12k_mac_tx_mgmt_pending_free()
4850 struct ath12k *ar = container_of(work, struct ath12k, wmi_mgmt_tx_work); in ath12k_mgmt_over_wmi_tx_work()
7199 struct ath12k *ar; in ath12k_mac_unregister()
7384 struct ath12k *ar; in ath12k_mac_register()
7430 struct ath12k *ar; in ath12k_mac_allocate()
[all …]
H A Dwmi.h26 struct ath12k;
4829 int ath12k_wmi_send_peer_create_cmd(struct ath12k *ar,
4840 void ath12k_wmi_start_scan_init(struct ath12k *ar,
4842 int ath12k_wmi_send_scan_start_cmd(struct ath12k *ar,
4844 int ath12k_wmi_send_scan_stop_cmd(struct ath12k *ar,
4852 int ath12k_wmi_send_peer_assoc_cmd(struct ath12k *ar,
4854 int ath12k_wmi_vdev_install_key(struct ath12k *ar,
4886 ath12k_wmi_rx_reord_queue_remove(struct ath12k *ar,
4890 int ath12k_wmi_simulate_radar(struct ath12k *ar);
4901 int ath12k_wmi_pdev_dma_ring_cfg(struct ath12k *ar,
[all …]
H A Dpeer.c184 void ath12k_peer_cleanup(struct ath12k *ar, u32 vdev_id) in ath12k_peer_cleanup()
207 static int ath12k_wait_for_peer_deleted(struct ath12k *ar, int vdev_id, const u8 *addr) in ath12k_wait_for_peer_deleted()
212 int ath12k_wait_for_peer_delete_done(struct ath12k *ar, u32 vdev_id, in ath12k_wait_for_peer_delete_done()
234 int ath12k_peer_delete(struct ath12k *ar, u32 vdev_id, u8 *addr) in ath12k_peer_delete()
259 static int ath12k_wait_for_peer_created(struct ath12k *ar, int vdev_id, const u8 *addr) in ath12k_wait_for_peer_created()
264 int ath12k_peer_create(struct ath12k *ar, struct ath12k_vif *arvif, in ath12k_peer_create()
H A Dcore.h81 struct ath12k *ar;
204 struct ath12k *ar;
450 struct ath12k { struct
621 struct ath12k *ar;
782 int ath12k_core_init(struct ath12k_base *ath12k);
783 void ath12k_core_deinit(struct ath12k_base *ath12k);
786 void ath12k_core_free(struct ath12k_base *ath12k);
790 int ath12k_core_fetch_bdf(struct ath12k_base *ath12k,
794 void ath12k_core_halt(struct ath12k *ar);
835 static inline struct ath12k *ath12k_ab_to_ar(struct ath12k_base *ab, in ath12k_ab_to_ar()
H A Dtrace.h22 #define TRACE_SYSTEM ath12k
25 TP_PROTO(struct ath12k *ar, const void *buf, u16 buf_len,
56 TP_PROTO(struct ath12k *ar, const void *data, size_t len),
99 TP_PROTO(struct ath12k *ar, const void *data, size_t type, size_t len),
H A Ddp_rx.c1053 int ath12k_dp_rx_ampdu_start(struct ath12k *ar, in ath12k_dp_rx_ampdu_start()
1070 int ath12k_dp_rx_ampdu_stop(struct ath12k *ar, in ath12k_dp_rx_ampdu_stop()
1112 struct ath12k *ar = arvif->ar; in ath12k_dp_rx_peer_pn_replay_config()
1323 ath12k_update_per_peer_tx_stats(struct ath12k *ar, in ath12k_update_per_peer_tx_stats()
1551 struct ath12k *ar; in ath12k_htt_pull_ppdu_stats()
1655 struct ath12k *ar; in ath12k_htt_mlo_offset_event_handler()
2564 struct ath12k *ar; in ath12k_dp_rx_process_received_packets()
3416 struct ath12k *ar; in ath12k_dp_rx_process_err()
3727 struct ath12k *ar; in ath12k_dp_rx_process_wbm_err()
3950 struct ath12k *ar = ab->pdevs[mac_id].ar; in ath12k_dp_rx_pdev_free()
[all …]
H A Dwmi.c5413 struct ath12k *ar; in ath12k_reg_chan_list_event()
5593 struct ath12k *ar; in ath12k_peer_delete_resp_event()
5618 struct ath12k *ar; in ath12k_vdev_delete_resp_event()
5662 struct ath12k *ar; in ath12k_vdev_start_resp_event()
5710 struct ath12k *ar; in ath12k_vdev_stopped_event()
5737 struct ath12k *ar; in ath12k_mgmt_rx_event()
5853 struct ath12k *ar; in ath12k_mgmt_tx_compl_event()
5885 struct ath12k *ar; in ath12k_get_ar_on_scan_abort()
5906 struct ath12k *ar; in ath12k_scan_event()
5985 struct ath12k *ar; in ath12k_peer_sta_kickout_event()
[all …]
H A Dreg.c31 static bool ath12k_regdom_changes(struct ath12k *ar, char *alpha2) in ath12k_regdom_changes()
51 struct ath12k *ar = hw->priv; in ath12k_reg_notifier()
93 int ath12k_reg_update_chan_list(struct ath12k *ar) in ath12k_reg_update_chan_list()
200 int ath12k_regd_update(struct ath12k *ar, bool init) in ath12k_regd_update()
703 struct ath12k *ar = container_of(work, struct ath12k, in ath12k_regd_update_work()
718 void ath12k_reg_init(struct ath12k *ar) in ath12k_reg_init()
H A Ddp_tx.c128 int ath12k_dp_tx(struct ath12k *ar, struct ath12k_vif *arvif, in ath12k_dp_tx()
351 struct ath12k *ar; in ath12k_dp_tx_free_txbuf()
377 struct ath12k *ar; in ath12k_dp_tx_htt_tx_complete_buf()
447 static void ath12k_dp_tx_complete_msdu(struct ath12k *ar, in ath12k_dp_tx_complete_msdu()
534 struct ath12k *ar; in ath12k_dp_tx_completion_handler()
847 int ath12k_dp_tx_htt_h2t_ppdu_stats_req(struct ath12k *ar, u32 mask) in ath12k_dp_tx_htt_h2t_ppdu_stats_req()
981 ath12k_dp_tx_htt_h2t_ext_stats_req(struct ath12k *ar, u8 type, in ath12k_dp_tx_htt_h2t_ext_stats_req()
1023 int ath12k_dp_tx_htt_monitor_mode_ring_config(struct ath12k *ar, bool reset) in ath12k_dp_tx_htt_monitor_mode_ring_config()
1043 int ath12k_dp_tx_htt_rx_monitor_mode_ring_config(struct ath12k *ar, bool reset) in ath12k_dp_tx_htt_rx_monitor_mode_ring_config()
1194 int ath12k_dp_tx_htt_tx_monitor_mode_ring_config(struct ath12k *ar, bool reset) in ath12k_dp_tx_htt_tx_monitor_mode_ring_config()
H A Ddp_mon.c876 ath12k_dp_mon_rx_merg_msdus(struct ath12k *ar, in ath12k_dp_mon_rx_merg_msdus()
1017 static void ath12k_dp_mon_update_radiotap(struct ath12k *ar, in ath12k_dp_mon_update_radiotap()
1137 static int ath12k_dp_mon_rx_deliver(struct ath12k *ar, u32 mac_id, in ath12k_dp_mon_rx_deliver()
1233 ath12k_dp_mon_rx_parse_mon_status(struct ath12k *ar, in ath12k_dp_mon_rx_parse_mon_status()
1983 ath12k_dp_mon_tx_process_ppdu_info(struct ath12k *ar, int mac_id, in ath12k_dp_mon_tx_process_ppdu_info()
2004 ath12k_dp_mon_tx_parse_mon_status(struct ath12k *ar, in ath12k_dp_mon_tx_parse_mon_status()
2205 static void ath12k_dp_mon_rx_update_peer_su_stats(struct ath12k *ar, in ath12k_dp_mon_rx_update_peer_su_stats()
2358 ath12k_dp_mon_rx_update_user_stats(struct ath12k *ar, in ath12k_dp_mon_rx_update_user_stats()
2459 ath12k_dp_mon_rx_update_peer_mu_stats(struct ath12k *ar, in ath12k_dp_mon_rx_update_peer_mu_stats()
2472 int ath12k_dp_mon_rx_process_stats(struct ath12k *ar, int mac_id, in ath12k_dp_mon_rx_process_stats()
[all …]
H A Dcore.c658 void ath12k_core_halt(struct ath12k *ar) in ath12k_core_halt()
680 struct ath12k *ar; in ath12k_core_pre_reconfigure_recovery()
718 struct ath12k *ar; in ath12k_core_post_reconfigure_recovery()
H A Ddp.c23 void ath12k_dp_peer_cleanup(struct ath12k *ar, int vdev_id, const u8 *addr) in ath12k_dp_peer_cleanup()
45 int ath12k_dp_peer_setup(struct ath12k *ar, int vdev_id, const u8 *addr) in ath12k_dp_peer_setup()
995 struct ath12k *ar; in ath12k_dp_pdev_pre_alloc()
1033 struct ath12k *ar; in ath12k_dp_pdev_alloc()
1110 void ath12k_dp_vdev_tx_attach(struct ath12k *ar, struct ath12k_vif *arvif) in ath12k_dp_vdev_tx_attach()
H A Ddp.h1792 void ath12k_dp_vdev_tx_attach(struct ath12k *ar, struct ath12k_vif *arvif);
1801 int ath12k_dp_peer_setup(struct ath12k *ar, int vdev_id, const u8 *addr);
1802 void ath12k_dp_peer_cleanup(struct ath12k *ar, int vdev_id, const u8 *addr);
/openbmc/linux/drivers/net/wireless/ath/
H A DMakefile11 obj-$(CONFIG_ATH12K) += ath12k/
H A DKconfig66 source "drivers/net/wireless/ath/ath12k/Kconfig"

12