Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1853 struct htt_rx_indication_mpdu_range *mpdu_ranges; in ath10k_htt_rx_proc_rx_ind() local
1864 mpdu_ranges = htt_rx_ind_get_mpdu_ranges(rx); in ath10k_htt_rx_proc_rx_ind()
1872 mpdu_count += mpdu_ranges[i].mpdu_count; in ath10k_htt_rx_proc_rx_ind()
1876 ath10k_sta_update_rx_tid_stats_ampdu(ar, peer_id, tid, mpdu_ranges, in ath10k_htt_rx_proc_rx_ind()
Dhtt.h719 struct htt_rx_indication_mpdu_range mpdu_ranges[0]; member