Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
A Ddp_rx.c1227 if (ppdu_stats->user_stats[i].is_valid_peer_id) { in ath11k_get_ppdu_user_index()
1228 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath11k_get_ppdu_user_index()
1256 memcpy((void *)&ppdu_info->ppdu_stats.common, ptr, in ath11k_htt_tlv_ppdu_stats_parse()
1271 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1290 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1311 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1380 struct htt_ppdu_stats *ppdu_stats, u8 user) in ath11k_update_per_peer_tx_stats() argument
1389 struct htt_ppdu_stats_common *common = &ppdu_stats->common; in ath11k_update_per_peer_tx_stats()
1530 struct htt_ppdu_stats *ppdu_stats) in ath11k_htt_update_ppdu_stats() argument
1535 ath11k_update_per_peer_tx_stats(ar, ppdu_stats, user); in ath11k_htt_update_ppdu_stats()
[all …]
A Ddp.h1333 struct htt_ppdu_stats ppdu_stats; member
A Dmac.c5306 struct htt_ppdu_stats_info *ppdu_stats, *tmp; in ath11k_mac_op_stop() local
5325 list_for_each_entry_safe(ppdu_stats, tmp, &ar->ppdu_stats_info, list) { in ath11k_mac_op_stop()
5326 list_del(&ppdu_stats->list); in ath11k_mac_op_stop()
5327 kfree(ppdu_stats); in ath11k_mac_op_stop()

Completed in 32 milliseconds