Home
last modified time | relevance | path

Searched refs:user_stats (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1173 if (ppdu_stats->user_stats[i].is_valid_peer_id) { in ath11k_get_ppdu_user_index()
1174 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath11k_get_ppdu_user_index()
1189 struct htt_ppdu_user_stats *user_stats; in ath11k_htt_tlv_ppdu_stats_parse() local
1217 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1218 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
1219 user_stats->is_valid_peer_id = true; in ath11k_htt_tlv_ppdu_stats_parse()
1220 memcpy((void *)&user_stats->rate, ptr, in ath11k_htt_tlv_ppdu_stats_parse()
1222 user_stats->tlv_flags |= BIT(tag); in ath11k_htt_tlv_ppdu_stats_parse()
1236 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1237 user_stats->peer_id = peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
[all …]
H A Ddp.h1326 struct htt_ppdu_user_stats user_stats[HTT_PPDU_STATS_MAX_USERS]; member
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dxilinx_sdfec.c917 struct xsdfec_stats user_stats; in xsdfec_get_stats() local
920 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dwlioctl.h24097 wbus_offload_user_stats_v1_t user_stats[]; /* per user stats */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dwlioctl.h24189 wbus_offload_user_stats_v1_t user_stats[]; /* per user stats */ member