Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c2289 int num_mpdu_ranges; in ath10k_htt_rx_pn_check_replay_hl() local
2299 num_mpdu_ranges = MS(__le32_to_cpu(rx->hdr.info1), in ath10k_htt_rx_pn_check_replay_hl()
2302 rx_desc = (struct htt_hl_rx_desc *)&rx->mpdu_ranges[num_mpdu_ranges]; in ath10k_htt_rx_pn_check_replay_hl()
2354 int num_mpdu_ranges; in ath10k_htt_rx_proc_rx_ind_hl() local
2372 num_mpdu_ranges = MS(__le32_to_cpu(rx->hdr.info1), in ath10k_htt_rx_proc_rx_ind_hl()
2383 /* I have not yet seen any case where num_mpdu_ranges > 1. in ath10k_htt_rx_proc_rx_ind_hl()
2387 if (num_mpdu_ranges > 1) in ath10k_htt_rx_proc_rx_ind_hl()
2390 num_mpdu_ranges); in ath10k_htt_rx_proc_rx_ind_hl()
2401 rx_desc = (struct htt_hl_rx_desc *)&rx->mpdu_ranges[num_mpdu_ranges]; in ath10k_htt_rx_proc_rx_ind_hl()
2429 sizeof(*mpdu_ranges) * num_mpdu_ranges in ath10k_htt_rx_proc_rx_ind_hl()
2655 int ret, num_mpdu_ranges; ath10k_htt_rx_proc_rx_frag_ind_hl() local
2803 int num_mpdu_ranges; ath10k_htt_rx_proc_rx_ind_ll() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c2404 int num_mpdu_ranges; in ath10k_htt_rx_pn_check_replay_hl() local
2414 num_mpdu_ranges = MS(__le32_to_cpu(rx->hdr.info1), in ath10k_htt_rx_pn_check_replay_hl()
2417 rx_desc = (struct htt_hl_rx_desc *)&rx->mpdu_ranges[num_mpdu_ranges]; in ath10k_htt_rx_pn_check_replay_hl()
2469 int num_mpdu_ranges; in ath10k_htt_rx_proc_rx_ind_hl() local
2487 num_mpdu_ranges = MS(__le32_to_cpu(rx->hdr.info1), in ath10k_htt_rx_proc_rx_ind_hl()
2498 /* I have not yet seen any case where num_mpdu_ranges > 1. in ath10k_htt_rx_proc_rx_ind_hl()
2502 if (num_mpdu_ranges > 1) in ath10k_htt_rx_proc_rx_ind_hl()
2505 num_mpdu_ranges); in ath10k_htt_rx_proc_rx_ind_hl()
2516 rx_desc = (struct htt_hl_rx_desc *)&rx->mpdu_ranges[num_mpdu_ranges]; in ath10k_htt_rx_proc_rx_ind_hl()
2544 sizeof(*mpdu_ranges) * num_mpdu_ranges in ath10k_htt_rx_proc_rx_ind_hl()
2770 int ret, num_mpdu_ranges; ath10k_htt_rx_proc_rx_frag_ind_hl() local
2918 int num_mpdu_ranges; ath10k_htt_rx_proc_rx_ind_ll() local
[all...]

Completed in 9 milliseconds