Lines Matching refs:user_stats
1239 if (ppdu_stats->user_stats[i].is_valid_peer_id) { in ath11k_get_ppdu_user_index()
1240 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath11k_get_ppdu_user_index()
1255 struct htt_ppdu_user_stats *user_stats; in ath11k_htt_tlv_ppdu_stats_parse() local
1283 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1284 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
1285 user_stats->is_valid_peer_id = true; in ath11k_htt_tlv_ppdu_stats_parse()
1286 memcpy((void *)&user_stats->rate, ptr, in ath11k_htt_tlv_ppdu_stats_parse()
1288 user_stats->tlv_flags |= BIT(tag); 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()
1303 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
1304 user_stats->is_valid_peer_id = true; in ath11k_htt_tlv_ppdu_stats_parse()
1305 memcpy((void *)&user_stats->cmpltn_cmn, ptr, in ath11k_htt_tlv_ppdu_stats_parse()
1307 user_stats->tlv_flags |= BIT(tag); 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()
1324 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
1325 user_stats->is_valid_peer_id = true; in ath11k_htt_tlv_ppdu_stats_parse()
1326 memcpy((void *)&user_stats->ack_ba, ptr, in ath11k_htt_tlv_ppdu_stats_parse()
1328 user_stats->tlv_flags |= BIT(tag); in ath11k_htt_tlv_ppdu_stats_parse()
1381 struct htt_ppdu_user_stats *usr_stats = &ppdu_stats->user_stats[user]; in ath11k_update_per_peer_tx_stats()