Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Ddebugfs_sta.c56 if (tid > IEEE80211_NUM_TIDS || !(ar->sta_tid_stats_mask & BIT(tid))) in ath10k_sta_update_rx_tid_stats_ampdu()
100 if (!(ar->sta_tid_stats_mask & BIT(tid)) || non_data_frm) in ath10k_sta_update_rx_tid_stats()
545 if (ar->sta_tid_stats_mask & BIT(j)) { \
Dcore.h1289 u32 sta_tid_stats_mask; member
Ddebug.c2232 len = scnprintf(buf, sizeof(buf), "0x%08x\n", ar->sta_tid_stats_mask); in ath10k_sta_tid_stats_mask_read()
2253 ar->sta_tid_stats_mask = mask; in ath10k_sta_tid_stats_mask_write()