Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Ddebugfs_sta.c70 &arsta->tid_stats[tid], in ath10k_sta_update_rx_tid_stats_ampdu()
112 stats = &arsta->tid_stats[tid]; in ath10k_sta_update_rx_tid_stats()
120 ath10k_rx_stats_update_amsdu_subfrm(ar, &arsta->tid_stats[tid], in ath10k_sta_update_rx_tid_stats()
569 struct ath10k_sta_tid_stats *stats = arsta->tid_stats; in ath10k_dbg_sta_read_tid_stats()
H A Dcore.h548 struct ath10k_sta_tid_stats tid_stats[IEEE80211_NUM_TIDS + 1]; member