Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_htt.c69 int cur_user; in ath12k_htt_tlv_ppdu_stats_parse() local
92 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse()
94 if (cur_user < 0) in ath12k_htt_tlv_ppdu_stats_parse()
96 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()
112 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse()
114 if (cur_user < 0) in ath12k_htt_tlv_ppdu_stats_parse()
116 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()
133 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse()
135 if (cur_user < 0) in ath12k_htt_tlv_ppdu_stats_parse()
137 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()
/linux/tools/tracing/rtla/src/
H A Dtimerlat_top.c36 unsigned long long cur_user;
155 cpu_data->cur_user = latency; in timerlat_top_update()
206 data->cpu_data[i].cur_user = value_user[i]; in timerlat_top_bpf_pull_data()
352 trace_seq_printf(s, "%9llu ", cpu_data->cur_user); in timerlat_top_print()
37 unsigned long long cur_user; global() member
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1248 int cur_user; in ath11k_htt_tlv_ppdu_stats_parse() local
1271 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1273 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1275 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1290 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1292 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1294 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1311 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1313 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1315 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()