Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
Dhal_rx.c836 ath11k_hal_rx_populate_mu_user_info(void *rx_tlv, struct hal_rx_mon_ppdu_info *ppdu_info, in ath11k_hal_rx_populate_mu_user_info() argument
839 rx_user_status->ast_index = ppdu_info->ast_index; in ath11k_hal_rx_populate_mu_user_info()
840 rx_user_status->tid = ppdu_info->tid; in ath11k_hal_rx_populate_mu_user_info()
842 ppdu_info->tcp_msdu_count; in ath11k_hal_rx_populate_mu_user_info()
844 ppdu_info->udp_msdu_count; in ath11k_hal_rx_populate_mu_user_info()
846 ppdu_info->other_msdu_count; in ath11k_hal_rx_populate_mu_user_info()
847 rx_user_status->frame_control = ppdu_info->frame_control; in ath11k_hal_rx_populate_mu_user_info()
849 ppdu_info->frame_control_info_valid; in ath11k_hal_rx_populate_mu_user_info()
851 ppdu_info->data_sequence_control_info_valid; in ath11k_hal_rx_populate_mu_user_info()
853 ppdu_info->first_data_seq_ctrl; in ath11k_hal_rx_populate_mu_user_info()
[all …]
Ddp_rx.c1254 struct htt_ppdu_stats_info *ppdu_info; in ath11k_htt_tlv_ppdu_stats_parse() local
1259 ppdu_info = (struct htt_ppdu_stats_info *)data; in ath11k_htt_tlv_ppdu_stats_parse()
1268 memcpy((void *)&ppdu_info->ppdu_stats.common, ptr, in ath11k_htt_tlv_ppdu_stats_parse()
1279 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1283 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1298 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1302 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1319 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1323 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1536 struct htt_ppdu_stats_info *ppdu_info; in ath11k_dp_htt_get_ppdu_desc() local
[all …]
Dhal_rx.h490 struct hal_rx_mon_ppdu_info *ppdu_info,
/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c2958 struct htt_data_tx_compl_ppdu_dur *ppdu_info; in ath10k_htt_rx_tx_compl_ind() local
3039 ppdu_info = (struct htt_data_tx_compl_ppdu_dur *)&msdus[ppdu_info_offset]; in ath10k_htt_rx_tx_compl_ind()
3041 __le32_to_cpu(ppdu_info->info0)); in ath10k_htt_rx_tx_compl_ind()
3047 ppdu_dur = &ppdu_info->ppdu_dur[i]; in ath10k_htt_rx_tx_compl_ind()