Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Ddebugfs_sta.c67 if (tid > IEEE80211_NUM_TIDS || !(ar->sta_tid_stats_mask & BIT(tid))) in ath10k_sta_update_rx_tid_stats_ampdu()
111 if (!(ar->sta_tid_stats_mask & BIT(tid)) || non_data_frm) in ath10k_sta_update_rx_tid_stats()
529 if (ar->sta_tid_stats_mask & BIT(j)) { \
Dcore.h1133 u32 sta_tid_stats_mask; member
Ddebug.c2177 len = scnprintf(buf, sizeof(buf), "0x%08x\n", ar->sta_tid_stats_mask); in ath10k_sta_tid_stats_mask_read()
2198 ar->sta_tid_stats_mask = mask; in ath10k_sta_tid_stats_mask_write()