Home
last modified time | relevance | path

Searched refs:ppdu_info (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dhal_rx.c806 struct hal_rx_mon_ppdu_info *ppdu_info, in ath11k_hal_rx_parse_mon_status_tlv() argument
816 ppdu_info->ppdu_id = in ath11k_hal_rx_parse_mon_status_tlv()
819 ppdu_info->chan_num = __le32_to_cpu(ppdu_start->chan_num); in ath11k_hal_rx_parse_mon_status_tlv()
820 ppdu_info->ppdu_ts = __le32_to_cpu(ppdu_start->ppdu_start_ts); in ath11k_hal_rx_parse_mon_status_tlv()
830 ppdu_info->tid = in ath11k_hal_rx_parse_mon_status_tlv()
833 ppdu_info->tcp_msdu_count = in ath11k_hal_rx_parse_mon_status_tlv()
836 ppdu_info->udp_msdu_count = in ath11k_hal_rx_parse_mon_status_tlv()
839 ppdu_info->other_msdu_count = in ath11k_hal_rx_parse_mon_status_tlv()
842 ppdu_info->tcp_ack_msdu_count = in ath11k_hal_rx_parse_mon_status_tlv()
845 ppdu_info->preamble_type = in ath11k_hal_rx_parse_mon_status_tlv()
[all …]
Ddp_rx.c1218 struct htt_ppdu_stats_info *ppdu_info; in ath11k_htt_tlv_ppdu_stats_parse() local
1223 ppdu_info = (struct htt_ppdu_stats_info *)data; in ath11k_htt_tlv_ppdu_stats_parse()
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()
1518 struct htt_ppdu_stats_info *ppdu_info; in ath11k_dp_htt_get_ppdu_desc() local
[all …]
Dhal_rx.h336 struct hal_rx_mon_ppdu_info *ppdu_info,
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c2836 struct htt_data_tx_compl_ppdu_dur *ppdu_info; in ath10k_htt_rx_tx_compl_ind() local
2917 ppdu_info = (struct htt_data_tx_compl_ppdu_dur *)&msdus[ppdu_info_offset]; in ath10k_htt_rx_tx_compl_ind()
2919 __le32_to_cpu(ppdu_info->info0)); in ath10k_htt_rx_tx_compl_ind()
2925 ppdu_dur = &ppdu_info->ppdu_dur[i]; in ath10k_htt_rx_tx_compl_ind()