Home
last modified time | relevance | path

Searched refs:htt_stats (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_sta.c348 int type = ar->debug.htt_stats.type; in ath11k_dbg_sta_open_htt_peer_stats()
361 ar->debug.htt_stats.stats_req = stats_req; in ath11k_dbg_sta_open_htt_peer_stats()
373 ar->debug.htt_stats.stats_req = NULL; in ath11k_dbg_sta_open_htt_peer_stats()
386 ar->debug.htt_stats.stats_req = NULL; in ath11k_dbg_sta_release_htt_peer_stats()
H A Ddebugfs_htt_stats.c4582 stats_req = ar->debug.htt_stats.stats_req; in ath11k_debugfs_htt_ext_stats_handler()
4586 spin_lock_bh(&ar->debug.htt_stats.lock); in ath11k_debugfs_htt_ext_stats_handler()
4592 spin_unlock_bh(&ar->debug.htt_stats.lock); in ath11k_debugfs_htt_ext_stats_handler()
4613 len = scnprintf(buf, sizeof(buf), "%u\n", ar->debug.htt_stats.type); in ath11k_read_htt_stats_type()
4636 ar->debug.htt_stats.type = type; in ath11k_write_htt_stats_type()
4712 struct debug_htt_stats_req *stats_req = ar->debug.htt_stats.stats_req; in ath11k_debugfs_htt_stats_req()
4740 spin_lock_bh(&ar->debug.htt_stats.lock); in ath11k_debugfs_htt_stats_req()
4743 spin_unlock_bh(&ar->debug.htt_stats.lock); in ath11k_debugfs_htt_stats_req()
4747 spin_unlock_bh(&ar->debug.htt_stats.lock); in ath11k_debugfs_htt_stats_req()
4757 u8 type = ar->debug.htt_stats.type; in ath11k_open_htt_stats()
[all …]
H A Dcore.h622 struct ath11k_dbg_htt_stats htt_stats; member
/linux/drivers/net/wireless/ath/ath12k/
H A Ddebugfs_htt_stats.c5871 stats_req = ar->debug.htt_stats.stats_req; in ath12k_debugfs_htt_ext_stats_handler()
5912 type = ar->debug.htt_stats.type; in ath12k_read_htt_stats_type()
5951 ar->debug.htt_stats.type = type; in ath12k_write_htt_stats_type()
5952 ar->debug.htt_stats.cfg_param[0] = cfg_param[0]; in ath12k_write_htt_stats_type()
5953 ar->debug.htt_stats.cfg_param[1] = cfg_param[1]; in ath12k_write_htt_stats_type()
5954 ar->debug.htt_stats.cfg_param[2] = cfg_param[2]; in ath12k_write_htt_stats_type()
5955 ar->debug.htt_stats.cfg_param[3] = cfg_param[3]; in ath12k_write_htt_stats_type()
5972 struct debug_htt_stats_req *stats_req = ar->debug.htt_stats.stats_req; in ath12k_debugfs_htt_stats_req()
6021 enum ath12k_dbg_htt_ext_stats_type type = ar->debug.htt_stats.type; in ath12k_open_htt_stats()
6035 if (ar->debug.htt_stats.stats_req) { in ath12k_open_htt_stats()
[all …]