Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c2601 struct htt_rx_indication_mpdu_range *mpdu_ranges; in ath10k_htt_rx_proc_rx_ind_hl() local
2631 mpdu_ranges = htt_rx_ind_get_mpdu_ranges_hl(rx); in ath10k_htt_rx_proc_rx_ind_hl()
2649 if (mpdu_ranges->mpdu_range_status != in ath10k_htt_rx_proc_rx_ind_hl()
2651 mpdu_ranges->mpdu_range_status != in ath10k_htt_rx_proc_rx_ind_hl()
2654 mpdu_ranges->mpdu_range_status); in ath10k_htt_rx_proc_rx_ind_hl()
2686 sizeof(*mpdu_ranges) * num_mpdu_ranges + rx_desc_len; in ath10k_htt_rx_proc_rx_ind_hl()
3059 struct htt_rx_indication_mpdu_range *mpdu_ranges; in ath10k_htt_rx_proc_rx_ind_ll() local
3070 mpdu_ranges = htt_rx_ind_get_mpdu_ranges(rx); in ath10k_htt_rx_proc_rx_ind_ll()
3073 rx, struct_size(rx, mpdu_ranges, num_mpdu_ranges)); in ath10k_htt_rx_proc_rx_ind_ll()
3076 mpdu_count += mpdu_ranges[i].mpdu_count; in ath10k_htt_rx_proc_rx_ind_ll()
[all …]
H A Dhtt.h732 struct htt_rx_indication_mpdu_range mpdu_ranges[]; member
741 struct htt_rx_indication_mpdu_range mpdu_ranges[]; member