Searched refs:ppdu_stats (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | dp_rx.c | 1180 static int ath12k_get_ppdu_user_index(struct htt_ppdu_stats *ppdu_stats, in ath12k_get_ppdu_user_index() argument 1186 if (ppdu_stats->user_stats[i].is_valid_peer_id) { in ath12k_get_ppdu_user_index() 1187 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath12k_get_ppdu_user_index() 1218 memcpy(&ppdu_info->ppdu_stats.common, ptr, in ath12k_htt_tlv_ppdu_stats_parse() 1229 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse() 1233 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse() 1249 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse() 1253 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse() 1270 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse() 1274 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse() [all …]
|
H A D | dp.h | 1560 struct htt_ppdu_stats ppdu_stats; member
|
H A D | mac.c | 5123 struct htt_ppdu_stats_info *ppdu_stats, *tmp; in ath12k_mac_op_stop() local 5142 list_for_each_entry_safe(ppdu_stats, tmp, &ar->ppdu_stats_info, list) { in ath12k_mac_op_stop() 5143 list_del(&ppdu_stats->list); in ath12k_mac_op_stop() 5144 kfree(ppdu_stats); in ath12k_mac_op_stop()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | dp_rx.c | 1234 static inline int ath11k_get_ppdu_user_index(struct htt_ppdu_stats *ppdu_stats, in ath11k_get_ppdu_user_index() argument 1240 if (ppdu_stats->user_stats[i].is_valid_peer_id) { in ath11k_get_ppdu_user_index() 1241 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath11k_get_ppdu_user_index() 1269 memcpy((void *)&ppdu_info->ppdu_stats.common, ptr, in ath11k_htt_tlv_ppdu_stats_parse() 1280 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse() 1284 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse() 1299 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse() 1303 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse() 1320 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse() 1324 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse() [all …]
|
H A D | dp.h | 1397 struct htt_ppdu_stats ppdu_stats; member
|
H A D | mac.c | 6411 struct htt_ppdu_stats_info *ppdu_stats, *tmp; in ath11k_mac_op_stop() local 6436 list_for_each_entry_safe(ppdu_stats, tmp, &ar->ppdu_stats_info, list) { in ath11k_mac_op_stop() 6437 list_del(&ppdu_stats->list); in ath11k_mac_op_stop() 6438 kfree(ppdu_stats); in ath11k_mac_op_stop()
|