Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dhal_rx.c843 struct hal_rx_mon_ppdu_info *ppdu_info, in ath11k_hal_rx_parse_mon_status_tlv() argument
853 ppdu_info->ppdu_id = in ath11k_hal_rx_parse_mon_status_tlv()
856 ppdu_info->chan_num = __le32_to_cpu(ppdu_start->chan_num); in ath11k_hal_rx_parse_mon_status_tlv()
857 ppdu_info->ppdu_ts = __le32_to_cpu(ppdu_start->ppdu_start_ts); in ath11k_hal_rx_parse_mon_status_tlv()
867 ppdu_info->tid = in ath11k_hal_rx_parse_mon_status_tlv()
870 ppdu_info->tcp_msdu_count = in ath11k_hal_rx_parse_mon_status_tlv()
873 ppdu_info->udp_msdu_count = in ath11k_hal_rx_parse_mon_status_tlv()
876 ppdu_info->other_msdu_count = in ath11k_hal_rx_parse_mon_status_tlv()
879 ppdu_info->tcp_ack_msdu_count = in ath11k_hal_rx_parse_mon_status_tlv()
882 ppdu_info->preamble_type = in ath11k_hal_rx_parse_mon_status_tlv()
[all …]
Ddp_rx.c1170 struct htt_ppdu_stats_info *ppdu_info; in ath11k_htt_tlv_ppdu_stats_parse() local
1175 ppdu_info = (struct htt_ppdu_stats_info *)data; in ath11k_htt_tlv_ppdu_stats_parse()
1184 memcpy((void *)&ppdu_info->ppdu_stats.common, ptr, in ath11k_htt_tlv_ppdu_stats_parse()
1195 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1199 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1214 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1218 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1235 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1239 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1475 struct htt_ppdu_stats_info *ppdu_info; in ath11k_dp_htt_get_ppdu_desc() local
[all …]
Dhal_rx.h328 struct hal_rx_mon_ppdu_info *ppdu_info,
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c2657 struct htt_data_tx_compl_ppdu_dur *ppdu_info; in ath10k_htt_rx_tx_compl_ind() local
2738 ppdu_info = (struct htt_data_tx_compl_ppdu_dur *)&msdus[ppdu_info_offset]; in ath10k_htt_rx_tx_compl_ind()
2740 __le32_to_cpu(ppdu_info->info0)); in ath10k_htt_rx_tx_compl_ind()
2746 ppdu_dur = &ppdu_info->ppdu_dur[i]; in ath10k_htt_rx_tx_compl_ind()