Searched refs:user_stats (Results 1 – 6 of 6) sorted by relevance
823 struct hal_rx_user_status *user_stats, in ath12k_dp_mon_rx_update_peer_rate_table_stats() argument827 u32 mcs_idx = (user_stats) ? user_stats->mcs : ppdu_info->mcs; in ath12k_dp_mon_rx_update_peer_rate_table_stats()828 u32 nss_idx = (user_stats) ? user_stats->nss - 1 : ppdu_info->nss - 1; in ath12k_dp_mon_rx_update_peer_rate_table_stats()848 if (user_stats) in ath12k_dp_mon_rx_update_peer_rate_table_stats()849 len = user_stats->mpdu_ok_byte_count; in ath12k_dp_mon_rx_update_peer_rate_table_stats()1021 struct hal_rx_user_status *user_stats = &ppdu_info->userstats[uid]; in ath12k_dp_mon_rx_update_user_stats() local1026 if (user_stats->ast_index == 0 || user_stats->ast_index == 0xFFFF) in ath12k_dp_mon_rx_update_user_stats()1029 peer = ath12k_dp_link_peer_find_by_ast(dp, user_stats->ast_index); in ath12k_dp_mon_rx_update_user_stats()1033 user_stats->ast_index); in ath12k_dp_mon_rx_update_user_stats()1043 num_msdu = user_stats->tcp_msdu_count + user_stats->tcp_ack_msdu_count + in ath12k_dp_mon_rx_update_user_stats()[all …]
49 if (ppdu_stats->user_stats[i].is_valid_peer_id) { in ath12k_get_ppdu_user_index()50 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath12k_get_ppdu_user_index()68 struct htt_ppdu_user_stats *user_stats; in ath12k_htt_tlv_ppdu_stats_parse() local96 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()97 user_stats->peer_id = peer_id; in ath12k_htt_tlv_ppdu_stats_parse()98 user_stats->is_valid_peer_id = true; in ath12k_htt_tlv_ppdu_stats_parse()99 memcpy(&user_stats->rate, ptr, in ath12k_htt_tlv_ppdu_stats_parse()101 user_stats->tlv_flags |= BIT(tag); in ath12k_htt_tlv_ppdu_stats_parse()116 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()117 user_stats->peer_id = peer_id; in ath12k_htt_tlv_ppdu_stats_parse()[all …]
1275 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()
1230 if (ppdu_stats->user_stats[i].is_valid_peer_id) { in ath11k_get_ppdu_user_index()1231 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath11k_get_ppdu_user_index()1246 struct htt_ppdu_user_stats *user_stats; in ath11k_htt_tlv_ppdu_stats_parse() local1274 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()1275 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()1276 user_stats->is_valid_peer_id = true; in ath11k_htt_tlv_ppdu_stats_parse()1277 memcpy((void *)&user_stats->rate, ptr, in ath11k_htt_tlv_ppdu_stats_parse()1279 user_stats->tlv_flags |= BIT(tag); in ath11k_htt_tlv_ppdu_stats_parse()1293 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()1294 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()[all …]
1369 struct htt_ppdu_user_stats user_stats[HTT_PPDU_STATS_MAX_USERS]; member