Searched refs:user_stats (Results 1 – 6 of 6) sorted by relevance
2172 struct hal_rx_user_status *user_stats, in ath12k_dp_mon_rx_update_peer_rate_table_stats() argument2176 u32 mcs_idx = (user_stats) ? user_stats->mcs : ppdu_info->mcs; in ath12k_dp_mon_rx_update_peer_rate_table_stats()2177 u32 nss_idx = (user_stats) ? user_stats->nss - 1 : ppdu_info->nss - 1; in ath12k_dp_mon_rx_update_peer_rate_table_stats()2199 if (user_stats) in ath12k_dp_mon_rx_update_peer_rate_table_stats()2200 rx_stats->byte_stats.rx_rate[rate_idx] += user_stats->mpdu_ok_byte_count; in ath12k_dp_mon_rx_update_peer_rate_table_stats()2364 struct hal_rx_user_status *user_stats = &ppdu_info->userstats[uid]; in ath12k_dp_mon_rx_update_user_stats() local2368 if (user_stats->ast_index == 0 || user_stats->ast_index == 0xFFFF) in ath12k_dp_mon_rx_update_user_stats()2371 peer = ath12k_peer_find_by_ast(ar->ab, user_stats->ast_index); in ath12k_dp_mon_rx_update_user_stats()2375 user_stats->ast_index); in ath12k_dp_mon_rx_update_user_stats()2387 num_msdu = user_stats->tcp_msdu_count + user_stats->tcp_ack_msdu_count + in ath12k_dp_mon_rx_update_user_stats()[all …]
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() local1233 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()[all …]
1550 struct htt_ppdu_user_stats user_stats[HTT_PPDU_STATS_MAX_USERS]; member
909 struct xsdfec_stats user_stats; in xsdfec_get_stats() local912 user_stats.isr_err_count = xsdfec->isr_err_count; in xsdfec_get_stats()913 user_stats.cecc_count = xsdfec->cecc_count; in xsdfec_get_stats()914 user_stats.uecc_count = xsdfec->uecc_count; in xsdfec_get_stats()918 err = copy_to_user(arg, &user_stats, sizeof(user_stats)); in xsdfec_get_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() local1283 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()[all …]
1392 struct htt_ppdu_user_stats user_stats[HTT_PPDU_STATS_MAX_USERS]; member