Lines Matching refs:mpdu_ranges
2418 rx_desc = (struct htt_hl_rx_desc *)&rx->mpdu_ranges[num_mpdu_ranges]; in ath10k_htt_rx_pn_check_replay_hl()
2460 struct htt_rx_indication_mpdu_range *mpdu_ranges; in ath10k_htt_rx_proc_rx_ind_hl() local
2490 mpdu_ranges = htt_rx_ind_get_mpdu_ranges_hl(rx); in ath10k_htt_rx_proc_rx_ind_hl()
2508 if (mpdu_ranges->mpdu_range_status != in ath10k_htt_rx_proc_rx_ind_hl()
2510 mpdu_ranges->mpdu_range_status != in ath10k_htt_rx_proc_rx_ind_hl()
2513 mpdu_ranges->mpdu_range_status); in ath10k_htt_rx_proc_rx_ind_hl()
2517 rx_desc = (struct htt_hl_rx_desc *)&rx->mpdu_ranges[num_mpdu_ranges]; in ath10k_htt_rx_proc_rx_ind_hl()
2545 sizeof(*mpdu_ranges) * num_mpdu_ranges + rx_desc_len; in ath10k_htt_rx_proc_rx_ind_hl()
2651 if (mpdu_ranges->mpdu_range_status == HTT_RX_IND_MPDU_STATUS_TKIP_MIC_ERR) in ath10k_htt_rx_proc_rx_ind_hl()
2918 struct htt_rx_indication_mpdu_range *mpdu_ranges; in ath10k_htt_rx_proc_rx_ind_ll() local
2929 mpdu_ranges = htt_rx_ind_get_mpdu_ranges(rx); in ath10k_htt_rx_proc_rx_ind_ll()
2932 rx, struct_size(rx, mpdu_ranges, num_mpdu_ranges)); in ath10k_htt_rx_proc_rx_ind_ll()
2935 mpdu_count += mpdu_ranges[i].mpdu_count; in ath10k_htt_rx_proc_rx_ind_ll()
2939 ath10k_sta_update_rx_tid_stats_ampdu(ar, peer_id, tid, mpdu_ranges, in ath10k_htt_rx_proc_rx_ind_ll()