Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Ddebugfs_sta.c41 u32 mpdu_count) in ath10k_rx_stats_update_ampdu_subfrm() argument
43 if (mpdu_count <= 10) in ath10k_rx_stats_update_ampdu_subfrm()
45 else if (mpdu_count <= 20) in ath10k_rx_stats_update_ampdu_subfrm()
47 else if (mpdu_count <= 30) in ath10k_rx_stats_update_ampdu_subfrm()
49 else if (mpdu_count <= 40) in ath10k_rx_stats_update_ampdu_subfrm()
51 else if (mpdu_count <= 50) in ath10k_rx_stats_update_ampdu_subfrm()
53 else if (mpdu_count <= 60) in ath10k_rx_stats_update_ampdu_subfrm()
55 else if (mpdu_count > 60) in ath10k_rx_stats_update_ampdu_subfrm()
82 ranges[i].mpdu_count); in ath10k_sta_update_rx_tid_stats_ampdu()
Dhtt_rx.c1855 int i, mpdu_count = 0; in ath10k_htt_rx_proc_rx_ind() local
1872 mpdu_count += mpdu_ranges[i].mpdu_count; in ath10k_htt_rx_proc_rx_ind()
1874 atomic_add(mpdu_count, &htt->num_mpdus_ready); in ath10k_htt_rx_proc_rx_ind()
Dhtt.h690 u8 mpdu_count; member