Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Ddp_rx.c1256 int cur_user; in ath11k_htt_tlv_ppdu_stats_parse() local
1279 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1281 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1283 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1298 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1300 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1302 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1319 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1321 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1323 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()