Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c3900 static void __rtw89_core_tid_rx_stats_reset(struct rtw89_tid_stats *tid_stats) in __rtw89_core_tid_rx_stats_reset() argument
3902 tid_stats->last_pn = -1LL; in __rtw89_core_tid_rx_stats_reset()
3903 tid_stats->last_sn = IEEE80211_SN_MASK; in __rtw89_core_tid_rx_stats_reset()
3909 struct rtw89_tid_stats *tid_stats; in rtw89_core_tid_rx_stats_ctrl() local
3912 tid_stats = &rtwsta->tid_rx_stats[tid]; in rtw89_core_tid_rx_stats_ctrl()
3915 __rtw89_core_tid_rx_stats_reset(tid_stats); in rtw89_core_tid_rx_stats_ctrl()
3916 tid_stats->started = true; in rtw89_core_tid_rx_stats_ctrl()
3918 tid_stats->started = false; in rtw89_core_tid_rx_stats_ctrl()
3924 struct rtw89_tid_stats *tid_stats; in rtw89_core_tid_rx_stats_reset() local
3933 tid_stats = &rtwsta->tid_rx_stats[tid]; in rtw89_core_tid_rx_stats_reset()
[all …]