Lines Matching refs:user_stats

1186 		if (ppdu_stats->user_stats[i].is_valid_peer_id) {  in ath12k_get_ppdu_user_index()
1187 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath12k_get_ppdu_user_index()
1205 struct htt_ppdu_user_stats *user_stats; in ath12k_htt_tlv_ppdu_stats_parse() local
1233 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()
1234 user_stats->peer_id = peer_id; in ath12k_htt_tlv_ppdu_stats_parse()
1235 user_stats->is_valid_peer_id = true; in ath12k_htt_tlv_ppdu_stats_parse()
1236 memcpy(&user_stats->rate, ptr, in ath12k_htt_tlv_ppdu_stats_parse()
1238 user_stats->tlv_flags |= BIT(tag); in ath12k_htt_tlv_ppdu_stats_parse()
1253 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()
1254 user_stats->peer_id = peer_id; in ath12k_htt_tlv_ppdu_stats_parse()
1255 user_stats->is_valid_peer_id = true; in ath12k_htt_tlv_ppdu_stats_parse()
1256 memcpy(&user_stats->cmpltn_cmn, ptr, in ath12k_htt_tlv_ppdu_stats_parse()
1258 user_stats->tlv_flags |= BIT(tag); in ath12k_htt_tlv_ppdu_stats_parse()
1274 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()
1275 user_stats->peer_id = peer_id; in ath12k_htt_tlv_ppdu_stats_parse()
1276 user_stats->is_valid_peer_id = true; in ath12k_htt_tlv_ppdu_stats_parse()
1277 memcpy(&user_stats->ack_ba, ptr, in ath12k_htt_tlv_ppdu_stats_parse()
1279 user_stats->tlv_flags |= BIT(tag); in ath12k_htt_tlv_ppdu_stats_parse()
1344 struct htt_ppdu_user_stats *usr_stats = &ppdu_stats->user_stats[user]; in ath12k_update_per_peer_tx_stats()
1603 peer_id = ppdu_info->ppdu_stats.user_stats[i].peer_id; in ath12k_htt_pull_ppdu_stats()
1611 usr_stats = &ppdu_info->ppdu_stats.user_stats[i]; in ath12k_htt_pull_ppdu_stats()
1622 peer_id = ppdu_info->ppdu_stats.user_stats[i].peer_id; in ath12k_htt_pull_ppdu_stats()
1630 usr_stats = &ppdu_info->ppdu_stats.user_stats[i]; in ath12k_htt_pull_ppdu_stats()