Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebugfs_sta.c346 int type = ar->debug.htt_stats.type; in ath11k_dbg_sta_open_htt_peer_stats()
359 ar->debug.htt_stats.stats_req = stats_req; in ath11k_dbg_sta_open_htt_peer_stats()
371 ar->debug.htt_stats.stats_req = NULL; in ath11k_dbg_sta_open_htt_peer_stats()
384 ar->debug.htt_stats.stats_req = NULL; in ath11k_dbg_sta_release_htt_peer_stats()
H A Ddebugfs_htt_stats.c4581 stats_req = ar->debug.htt_stats.stats_req; in ath11k_debugfs_htt_ext_stats_handler()
4585 spin_lock_bh(&ar->debug.htt_stats.lock); in ath11k_debugfs_htt_ext_stats_handler()
4591 spin_unlock_bh(&ar->debug.htt_stats.lock); in ath11k_debugfs_htt_ext_stats_handler()
4635 ar->debug.htt_stats.type = type; in ath11k_write_htt_stats_type()
4739 spin_lock_bh(&ar->debug.htt_stats.lock); in ath11k_debugfs_htt_stats_req()
4756 u8 type = ar->debug.htt_stats.type; in ath11k_open_htt_stats()
4771 if (ar->debug.htt_stats.stats_req) { in ath11k_open_htt_stats()
4782 ar->debug.htt_stats.stats_req = stats_req; in ath11k_open_htt_stats()
4796 ar->debug.htt_stats.stats_req = NULL; in ath11k_open_htt_stats()
4809 ar->debug.htt_stats.stats_req = NULL; in ath11k_release_htt_stats()
[all …]
H A Dcore.h588 struct ath11k_dbg_htt_stats htt_stats; member