Searched refs:user_stats (Results 1 – 3 of 3) sorted by relevance
917 struct xsdfec_stats user_stats; in xsdfec_get_stats() local920 user_stats.isr_err_count = xsdfec->isr_err_count; in xsdfec_get_stats()921 user_stats.cecc_count = xsdfec->cecc_count; in xsdfec_get_stats()922 user_stats.uecc_count = xsdfec->uecc_count; in xsdfec_get_stats()926 err = copy_to_user(arg, &user_stats, sizeof(user_stats)); in xsdfec_get_stats()
1271 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()1272 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()1273 user_stats->is_valid_peer_id = true; in ath11k_htt_tlv_ppdu_stats_parse()1276 user_stats->tlv_flags |= BIT(tag); in ath11k_htt_tlv_ppdu_stats_parse()1290 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()1291 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()1292 user_stats->is_valid_peer_id = true; in ath11k_htt_tlv_ppdu_stats_parse()1295 user_stats->tlv_flags |= BIT(tag); in ath11k_htt_tlv_ppdu_stats_parse()1311 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()1312 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()[all …]
1328 struct htt_ppdu_user_stats user_stats[HTT_PPDU_STATS_MAX_USERS]; member
Completed in 21 milliseconds