Searched refs:ppdu_stats (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | dp_htt.c | 43 static int ath12k_get_ppdu_user_index(struct htt_ppdu_stats *ppdu_stats, in ath12k_get_ppdu_user_index() argument 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() 81 memcpy(&ppdu_info->ppdu_stats.common, ptr, in ath12k_htt_tlv_ppdu_stats_parse() 92 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse() 96 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse() 112 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, 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() 133 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse() 137 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse() [all …]
|
| H A D | mac.c | 9791 struct htt_ppdu_stats_info *ppdu_stats, *tmp; in ath12k_mac_stop() local 9815 list_for_each_entry_safe(ppdu_stats, tmp, &dp_pdev->ppdu_stats_info, list) { in ath12k_mac_stop() 9816 list_del(&ppdu_stats->list); in ath12k_mac_stop() 9817 kfree(ppdu_stats); in ath12k_mac_stop()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_rx.c | 1225 static inline int ath11k_get_ppdu_user_index(struct htt_ppdu_stats *ppdu_stats, in ath11k_get_ppdu_user_index() argument 1231 if (ppdu_stats->user_stats[i].is_valid_peer_id) { in ath11k_get_ppdu_user_index() 1232 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath11k_get_ppdu_user_index() 1260 memcpy((void *)&ppdu_info->ppdu_stats.common, ptr, in ath11k_htt_tlv_ppdu_stats_parse() 1271 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse() 1275 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse() 1290 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse() 1294 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse() 1311 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse() 1315 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse() [all …]
|
| H A D | mac.c | 6749 struct htt_ppdu_stats_info *ppdu_stats, *tmp; in ath11k_mac_op_stop() local 6777 list_for_each_entry_safe(ppdu_stats, tmp, &ar->ppdu_stats_info, list) { in ath11k_mac_op_stop() 6778 list_del(&ppdu_stats->list); in ath11k_mac_op_stop() 6779 kfree(ppdu_stats); in ath11k_mac_op_stop()
|