Home
last modified time | relevance | path

Searched defs:debug_htt_stats_req (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Ddebugfs.h81 struct debug_htt_stats_req { struct
82 bool done;
83 u8 pdev_id;
84 u8 type;
85 u8 peer_addr[ETH_ALEN];
86 struct completion cmpln;
87 u32 buf_len;
88 u8 buf[];
/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Ddebugfs_htt_stats.h204 struct debug_htt_stats_req { struct
205 bool done;
206 bool override_cfg_param;
207 u8 pdev_id;
208 enum ath12k_dbg_htt_ext_stats_type type;
209 u32 cfg_param[4];
210 u8 peer_addr[ETH_ALEN];
211 struct completion htt_stats_rcvd;
212 u32 buf_len;
213 u8 buf[];