Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Ddp_rx.c1220 int cur_user; in ath11k_htt_tlv_ppdu_stats_parse() local
1243 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1245 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1247 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1262 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1264 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1266 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1283 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1285 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1287 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()