Searched refs:user_stats (Results 1 – 2 of 2) sorted by relevance
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 …]