Lines Matching refs:num_mpdu_ranges
2409 int num_mpdu_ranges; in ath10k_htt_rx_pn_check_replay_hl() local
2419 num_mpdu_ranges = MS(__le32_to_cpu(rx->hdr.info1), in ath10k_htt_rx_pn_check_replay_hl()
2422 rx_desc = (struct htt_hl_rx_desc *)&rx->mpdu_ranges[num_mpdu_ranges]; in ath10k_htt_rx_pn_check_replay_hl()
2474 int num_mpdu_ranges; in ath10k_htt_rx_proc_rx_ind_hl() local
2492 num_mpdu_ranges = MS(__le32_to_cpu(rx->hdr.info1), in ath10k_htt_rx_proc_rx_ind_hl()
2507 if (num_mpdu_ranges > 1) in ath10k_htt_rx_proc_rx_ind_hl()
2510 num_mpdu_ranges); 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()
2775 int ret, num_mpdu_ranges; in ath10k_htt_rx_proc_rx_frag_ind_hl() local
2794 num_mpdu_ranges = MS(__le32_to_cpu(rx_hl->hdr.info1), in ath10k_htt_rx_proc_rx_frag_ind_hl()
2802 sizeof(struct htt_rx_indication_mpdu_range) * num_mpdu_ranges; in ath10k_htt_rx_proc_rx_frag_ind_hl()
2923 int num_mpdu_ranges; in ath10k_htt_rx_proc_rx_ind_ll() local
2928 num_mpdu_ranges = MS(__le32_to_cpu(rx->hdr.info1), 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()
2938 for (i = 0; i < num_mpdu_ranges; i++) in ath10k_htt_rx_proc_rx_ind_ll()
2944 num_mpdu_ranges); in ath10k_htt_rx_proc_rx_ind_ll()