Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Ddebugfs_sta.c30 u32 mpdu_count) in ath10k_rx_stats_update_ampdu_subfrm() argument
32 if (mpdu_count <= 10) in ath10k_rx_stats_update_ampdu_subfrm()
34 else if (mpdu_count <= 20) in ath10k_rx_stats_update_ampdu_subfrm()
36 else if (mpdu_count <= 30) in ath10k_rx_stats_update_ampdu_subfrm()
38 else if (mpdu_count <= 40) in ath10k_rx_stats_update_ampdu_subfrm()
40 else if (mpdu_count <= 50) in ath10k_rx_stats_update_ampdu_subfrm()
42 else if (mpdu_count <= 60) in ath10k_rx_stats_update_ampdu_subfrm()
44 else if (mpdu_count > 60) in ath10k_rx_stats_update_ampdu_subfrm()
71 ranges[i].mpdu_count); in ath10k_sta_update_rx_tid_stats_ampdu()
Dhtt_rx.c2597 int i, mpdu_count = 0; in ath10k_htt_rx_proc_rx_ind_ll() local
2612 mpdu_count += mpdu_ranges[i].mpdu_count; in ath10k_htt_rx_proc_rx_ind_ll()
2614 atomic_add(mpdu_count, &htt->num_mpdus_ready); in ath10k_htt_rx_proc_rx_ind_ll()
Dhtt.h696 u8 mpdu_count; member