Searched refs:ppdu_info (Results 1 – 8 of 8) sorted by relevance
843 struct hal_rx_mon_ppdu_info *ppdu_info, in ath11k_hal_rx_parse_mon_status_tlv() argument853 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 …]
1188 struct htt_ppdu_stats_info *ppdu_info; in ath11k_htt_tlv_ppdu_stats_parse() local1193 ppdu_info = (struct htt_ppdu_stats_info *)data; in ath11k_htt_tlv_ppdu_stats_parse()1202 memcpy((void *)&ppdu_info->ppdu_stats.common, ptr, in ath11k_htt_tlv_ppdu_stats_parse()1213 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()1217 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()1232 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()1236 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()1253 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()1257 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()1493 struct htt_ppdu_stats_info *ppdu_info; in ath11k_dp_htt_get_ppdu_desc() local[all …]
328 struct hal_rx_mon_ppdu_info *ppdu_info,
354 struct rtw_phl_ppdu_sts_info *ppdu_info = NULL; in hal_rx_ppdu_sts_normal_data() local360 ppdu_info = &phl_com->ppdu_sts_info; in hal_rx_ppdu_sts_normal_data()362 if ((ppdu_info->cur_rx_ppdu_cnt[band] == meta->ppdu_cnt) && in hal_rx_ppdu_sts_normal_data()363 (false == ppdu_info->latest_rx_is_psts[band])) { in hal_rx_ppdu_sts_normal_data()377 ppdu_info->latest_rx_is_psts[band] = false; in hal_rx_ppdu_sts_normal_data()378 ppdu_info->sts_ent[band][meta->ppdu_cnt].addr_cam_vld = meta->addr_cam_vld; in hal_rx_ppdu_sts_normal_data()379 ppdu_info->sts_ent[band][meta->ppdu_cnt].frame_type = PHL_GET_80211_HDR_TYPE(hdr); in hal_rx_ppdu_sts_normal_data()380 ppdu_info->sts_ent[band][meta->ppdu_cnt].crc32 = meta->crc32; in hal_rx_ppdu_sts_normal_data()381 ppdu_info->sts_ent[band][meta->ppdu_cnt].rx_rate = meta->rx_rate; in hal_rx_ppdu_sts_normal_data()382 ppdu_info->sts_ent[band][meta->ppdu_cnt].ppdu_type = meta->ppdu_type; in hal_rx_ppdu_sts_normal_data()[all …]
1483 struct rtw_phl_ppdu_sts_info *ppdu_info = in _phl_rx_proc_aggr_psts_ntfy() local1489 if (ppdu_info->msg_aggr_cnt == 0) { in _phl_rx_proc_aggr_psts_ntfy()1492 ppdu_info->msg_aggr_buf[i].vld = false; in _phl_rx_proc_aggr_psts_ntfy()1496 psts_ntfy = &ppdu_info->msg_aggr_buf[ppdu_info->msg_aggr_cnt]; in _phl_rx_proc_aggr_psts_ntfy()1509 ppdu_info->msg_aggr_cnt++; in _phl_rx_proc_aggr_psts_ntfy()1510 if (ppdu_info->msg_aggr_cnt >= MAX_PSTS_MSG_AGGR_NUM) { in _phl_rx_proc_aggr_psts_ntfy()1511 ppdu_info->msg_aggr_cnt = 0; in _phl_rx_proc_aggr_psts_ntfy()1523 struct rtw_phl_ppdu_sts_info *ppdu_info = NULL; in phl_rx_proc_ppdu_sts() local1537 ppdu_info = &phl_info->phl_com->ppdu_sts_info; in phl_rx_proc_ppdu_sts()1538 ppdu_sts_ent = &ppdu_info->sts_ent[band][phl_rx->r.mdata.ppdu_cnt]; in phl_rx_proc_ppdu_sts()[all …]
1488 struct rtw_phl_ppdu_sts_info *ppdu_info = in _phl_rx_proc_aggr_psts_ntfy() local1494 if (ppdu_info->msg_aggr_cnt == 0) { in _phl_rx_proc_aggr_psts_ntfy()1497 ppdu_info->msg_aggr_buf[i].vld = false; in _phl_rx_proc_aggr_psts_ntfy()1501 psts_ntfy = &ppdu_info->msg_aggr_buf[ppdu_info->msg_aggr_cnt]; in _phl_rx_proc_aggr_psts_ntfy()1514 ppdu_info->msg_aggr_cnt++; in _phl_rx_proc_aggr_psts_ntfy()1515 if (ppdu_info->msg_aggr_cnt >= MAX_PSTS_MSG_AGGR_NUM) { in _phl_rx_proc_aggr_psts_ntfy()1516 ppdu_info->msg_aggr_cnt = 0; in _phl_rx_proc_aggr_psts_ntfy()1528 struct rtw_phl_ppdu_sts_info *ppdu_info = NULL; in phl_rx_proc_ppdu_sts() local1542 ppdu_info = &phl_info->phl_com->ppdu_sts_info; in phl_rx_proc_ppdu_sts()1543 ppdu_sts_ent = &ppdu_info->sts_ent[band][phl_rx->r.mdata.ppdu_cnt]; in phl_rx_proc_ppdu_sts()[all …]
2838 struct htt_data_tx_compl_ppdu_dur *ppdu_info; in ath10k_htt_rx_tx_compl_ind() local2919 ppdu_info = (struct htt_data_tx_compl_ppdu_dur *)&msdus[ppdu_info_offset]; in ath10k_htt_rx_tx_compl_ind()2921 __le32_to_cpu(ppdu_info->info0)); in ath10k_htt_rx_tx_compl_ind()2927 ppdu_dur = &ppdu_info->ppdu_dur[i]; in ath10k_htt_rx_tx_compl_ind()