Home
last modified time | relevance | path

Searched refs:ppdu_stats (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c1222 if (ppdu_stats->user_stats[i].is_valid_peer_id) { in ath12k_get_ppdu_user_index()
1223 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath12k_get_ppdu_user_index()
1254 memcpy(&ppdu_info->ppdu_stats.common, ptr, in ath12k_htt_tlv_ppdu_stats_parse()
1360 struct htt_ppdu_stats *ppdu_stats, u8 user) in ath12k_update_per_peer_tx_stats() argument
1507 struct htt_ppdu_stats *ppdu_stats) in ath12k_htt_update_ppdu_stats() argument
1512 ath12k_update_per_peer_tx_stats(ar, ppdu_stats, user); in ath12k_htt_update_ppdu_stats()
1632 ppdu_info->ppdu_stats.common.num_users, in ath12k_htt_pull_ppdu_stats()
1643 peer_id = ppdu_info->ppdu_stats.user_stats[i].peer_id; in ath12k_htt_pull_ppdu_stats()
1651 usr_stats = &ppdu_info->ppdu_stats.user_stats[i]; in ath12k_htt_pull_ppdu_stats()
1662 peer_id = ppdu_info->ppdu_stats.user_stats[i].peer_id; in ath12k_htt_pull_ppdu_stats()
[all …]
H A Ddp.h1639 struct htt_ppdu_stats ppdu_stats; member
H A Dmac.c7767 struct htt_ppdu_stats_info *ppdu_stats, *tmp; in ath12k_mac_stop() local
7786 list_for_each_entry_safe(ppdu_stats, tmp, &ar->ppdu_stats_info, list) { in ath12k_mac_stop()
7787 list_del(&ppdu_stats->list); in ath12k_mac_stop()
7788 kfree(ppdu_stats); in ath12k_mac_stop()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1231 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()
1275 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; 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()
1315 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1365 struct htt_ppdu_stats *ppdu_stats, u8 user) in ath11k_update_per_peer_tx_stats() argument
1374 struct htt_ppdu_stats_common *common = &ppdu_stats->common; in ath11k_update_per_peer_tx_stats()
1513 struct htt_ppdu_stats *ppdu_stats) in ath11k_htt_update_ppdu_stats() argument
1518 ath11k_update_per_peer_tx_stats(ar, ppdu_stats, user); in ath11k_htt_update_ppdu_stats()
[all …]
H A Ddp.h1375 struct htt_ppdu_stats ppdu_stats; member
H A Dmac.c6340 struct htt_ppdu_stats_info *ppdu_stats, *tmp; in ath11k_mac_op_stop() local
6368 list_for_each_entry_safe(ppdu_stats, tmp, &ar->ppdu_stats_info, list) { in ath11k_mac_op_stop()
6369 list_del(&ppdu_stats->list); in ath11k_mac_op_stop()
6370 kfree(ppdu_stats); in ath11k_mac_op_stop()