Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c2420 rx_desc = (struct htt_hl_rx_desc *)&rx->mpdu_ranges[num_mpdu_ranges]; in ath10k_htt_rx_pn_check_replay_hl()
2462 struct htt_rx_indication_mpdu_range *mpdu_ranges; in ath10k_htt_rx_proc_rx_ind_hl() local
2492 mpdu_ranges = htt_rx_ind_get_mpdu_ranges_hl(rx); in ath10k_htt_rx_proc_rx_ind_hl()
2510 if (mpdu_ranges->mpdu_range_status != in ath10k_htt_rx_proc_rx_ind_hl()
2512 mpdu_ranges->mpdu_range_status != in ath10k_htt_rx_proc_rx_ind_hl()
2515 mpdu_ranges->mpdu_range_status); in ath10k_htt_rx_proc_rx_ind_hl()
2519 rx_desc = (struct htt_hl_rx_desc *)&rx->mpdu_ranges[num_mpdu_ranges]; in ath10k_htt_rx_proc_rx_ind_hl()
2547 sizeof(*mpdu_ranges) * num_mpdu_ranges + rx_desc_len; in ath10k_htt_rx_proc_rx_ind_hl()
2653 if (mpdu_ranges->mpdu_range_status == HTT_RX_IND_MPDU_STATUS_TKIP_MIC_ERR) in ath10k_htt_rx_proc_rx_ind_hl()
2920 struct htt_rx_indication_mpdu_range *mpdu_ranges; in ath10k_htt_rx_proc_rx_ind_ll() local
[all …]