Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c2403 int num_mpdu_ranges; in ath10k_htt_rx_pn_check_replay_hl() local
2413 num_mpdu_ranges = MS(__le32_to_cpu(rx->hdr.info1), in ath10k_htt_rx_pn_check_replay_hl()
2416 rx_desc = (struct htt_hl_rx_desc *)&rx->mpdu_ranges[num_mpdu_ranges]; in ath10k_htt_rx_pn_check_replay_hl()
2468 int num_mpdu_ranges; in ath10k_htt_rx_proc_rx_ind_hl() local
2486 num_mpdu_ranges = MS(__le32_to_cpu(rx->hdr.info1), in ath10k_htt_rx_proc_rx_ind_hl()
2501 if (num_mpdu_ranges > 1) in ath10k_htt_rx_proc_rx_ind_hl()
2504 num_mpdu_ranges); in ath10k_htt_rx_proc_rx_ind_hl()
2515 rx_desc = (struct htt_hl_rx_desc *)&rx->mpdu_ranges[num_mpdu_ranges]; in ath10k_htt_rx_proc_rx_ind_hl()
2543 sizeof(*mpdu_ranges) * num_mpdu_ranges + rx_desc_len; in ath10k_htt_rx_proc_rx_ind_hl()
2769 int ret, num_mpdu_ranges; in ath10k_htt_rx_proc_rx_frag_ind_hl() local
[all …]