1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */
3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
12 struct ath11k_dp_htt_wbm_tx_status {
19 void ath11k_dp_tx_update_txcompl(struct ath11k *ar, struct hal_tx_status *ts);
20 int ath11k_dp_tx_htt_h2t_ver_req_msg(struct ath11k_base *ab);
21 int ath11k_dp_tx(struct ath11k *ar, struct ath11k_vif *arvif,
22 struct ath11k_sta *arsta, struct sk_buff *skb);
23 void ath11k_dp_tx_completion_handler(struct ath11k_base *ab, int ring_id);
24 int ath11k_dp_tx_send_reo_cmd(struct ath11k_base *ab, struct dp_rx_tid *rx_tid,
25 enum hal_reo_cmd_type type,
26 struct ath11k_hal_reo_cmd *cmd,
27 void (*func)(struct ath11k_dp *, void *,
28 enum hal_reo_cmd_status));
30 int ath11k_dp_tx_htt_h2t_ppdu_stats_req(struct ath11k *ar, u32 mask);
32 ath11k_dp_tx_htt_h2t_ext_stats_req(struct ath11k *ar, u8 type,
33 struct htt_ext_stats_cfg_params *cfg_params,
35 int ath11k_dp_tx_htt_monitor_mode_ring_config(struct ath11k *ar, bool reset);
37 int ath11k_dp_tx_htt_rx_filter_setup(struct ath11k_base *ab, u32 ring_id,
38 int mac_id, enum hal_ring_type ring_type,
40 struct htt_rx_ring_tlv_filter *tlv_filter);
42 int ath11k_dp_tx_htt_rx_full_mon_setup(struct ath11k_base *ab, int mac_id,