Lines Matching refs:mpdu_ranges
2422 rx_desc = (struct htt_hl_rx_desc *)&rx->mpdu_ranges[num_mpdu_ranges]; in ath10k_htt_rx_pn_check_replay_hl()
2464 struct htt_rx_indication_mpdu_range *mpdu_ranges; in ath10k_htt_rx_proc_rx_ind_hl() local
2494 mpdu_ranges = htt_rx_ind_get_mpdu_ranges_hl(rx); in ath10k_htt_rx_proc_rx_ind_hl()
2512 if (mpdu_ranges->mpdu_range_status != in ath10k_htt_rx_proc_rx_ind_hl()
2514 mpdu_ranges->mpdu_range_status != in ath10k_htt_rx_proc_rx_ind_hl()
2517 mpdu_ranges->mpdu_range_status); in ath10k_htt_rx_proc_rx_ind_hl()
2521 rx_desc = (struct htt_hl_rx_desc *)&rx->mpdu_ranges[num_mpdu_ranges]; in ath10k_htt_rx_proc_rx_ind_hl()
2549 sizeof(*mpdu_ranges) * num_mpdu_ranges + rx_desc_len; in ath10k_htt_rx_proc_rx_ind_hl()
2655 if (mpdu_ranges->mpdu_range_status == HTT_RX_IND_MPDU_STATUS_TKIP_MIC_ERR) in ath10k_htt_rx_proc_rx_ind_hl()
2922 struct htt_rx_indication_mpdu_range *mpdu_ranges; in ath10k_htt_rx_proc_rx_ind_ll() local
2933 mpdu_ranges = htt_rx_ind_get_mpdu_ranges(rx); in ath10k_htt_rx_proc_rx_ind_ll()
2936 rx, struct_size(rx, mpdu_ranges, num_mpdu_ranges)); in ath10k_htt_rx_proc_rx_ind_ll()
2939 mpdu_count += mpdu_ranges[i].mpdu_count; in ath10k_htt_rx_proc_rx_ind_ll()
2943 ath10k_sta_update_rx_tid_stats_ampdu(ar, peer_id, tid, mpdu_ranges, in ath10k_htt_rx_proc_rx_ind_ll()