Searched refs:ppdu_stats (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/net/wireless/ath/ath11k/ |
| D | dp_rx.c | 1197 static inline int ath11k_get_ppdu_user_index(struct htt_ppdu_stats *ppdu_stats, in ath11k_get_ppdu_user_index() argument 1203 if (ppdu_stats->user_stats[i].is_valid_peer_id) { in ath11k_get_ppdu_user_index() 1204 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath11k_get_ppdu_user_index() 1232 memcpy((void *)&ppdu_info->ppdu_stats.common, ptr, in ath11k_htt_tlv_ppdu_stats_parse() 1243 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse() 1247 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse() 1262 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse() 1266 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse() 1283 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse() 1287 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse() [all …]
|
| D | dp.h | 1331 struct htt_ppdu_stats ppdu_stats; member
|
| D | mac.c | 4507 struct htt_ppdu_stats_info *ppdu_stats, *tmp; in ath11k_mac_op_stop() local 4526 list_for_each_entry_safe(ppdu_stats, tmp, &ar->ppdu_stats_info, list) { in ath11k_mac_op_stop() 4527 list_del(&ppdu_stats->list); in ath11k_mac_op_stop() 4528 kfree(ppdu_stats); in ath11k_mac_op_stop()
|