Lines Matching refs:user_stats

1203 		if (ppdu_stats->user_stats[i].is_valid_peer_id) {  in ath11k_get_ppdu_user_index()
1204 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath11k_get_ppdu_user_index()
1219 struct htt_ppdu_user_stats *user_stats; in ath11k_htt_tlv_ppdu_stats_parse() local
1247 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1248 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
1249 user_stats->is_valid_peer_id = true; in ath11k_htt_tlv_ppdu_stats_parse()
1250 memcpy((void *)&user_stats->rate, ptr, in ath11k_htt_tlv_ppdu_stats_parse()
1252 user_stats->tlv_flags |= BIT(tag); 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()
1267 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
1268 user_stats->is_valid_peer_id = true; in ath11k_htt_tlv_ppdu_stats_parse()
1269 memcpy((void *)&user_stats->cmpltn_cmn, ptr, in ath11k_htt_tlv_ppdu_stats_parse()
1271 user_stats->tlv_flags |= BIT(tag); 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()
1288 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
1289 user_stats->is_valid_peer_id = true; in ath11k_htt_tlv_ppdu_stats_parse()
1290 memcpy((void *)&user_stats->ack_ba, ptr, in ath11k_htt_tlv_ppdu_stats_parse()
1292 user_stats->tlv_flags |= BIT(tag); in ath11k_htt_tlv_ppdu_stats_parse()
1364 struct htt_ppdu_user_stats *usr_stats = &ppdu_stats->user_stats[user]; in ath11k_update_per_peer_tx_stats()