Lines Matching refs:user_stats
1155 if (ppdu_stats->user_stats[i].is_valid_peer_id) { in ath11k_get_ppdu_user_index()
1156 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath11k_get_ppdu_user_index()
1171 struct htt_ppdu_user_stats *user_stats; in ath11k_htt_tlv_ppdu_stats_parse() local
1199 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1200 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
1201 user_stats->is_valid_peer_id = true; in ath11k_htt_tlv_ppdu_stats_parse()
1202 memcpy((void *)&user_stats->rate, ptr, in ath11k_htt_tlv_ppdu_stats_parse()
1204 user_stats->tlv_flags |= BIT(tag); in ath11k_htt_tlv_ppdu_stats_parse()
1218 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1219 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
1220 user_stats->is_valid_peer_id = true; in ath11k_htt_tlv_ppdu_stats_parse()
1221 memcpy((void *)&user_stats->cmpltn_cmn, ptr, in ath11k_htt_tlv_ppdu_stats_parse()
1223 user_stats->tlv_flags |= BIT(tag); in ath11k_htt_tlv_ppdu_stats_parse()
1239 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1240 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
1241 user_stats->is_valid_peer_id = true; in ath11k_htt_tlv_ppdu_stats_parse()
1242 memcpy((void *)&user_stats->ack_ba, ptr, in ath11k_htt_tlv_ppdu_stats_parse()
1244 user_stats->tlv_flags |= BIT(tag); in ath11k_htt_tlv_ppdu_stats_parse()
1316 struct htt_ppdu_user_stats *usr_stats = &ppdu_stats->user_stats[user]; in ath11k_update_per_peer_tx_stats()