Searched refs:sta_tid_stats_mask (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | debugfs_sta.c | 56 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)) { \
|
H A D | core.h | 1273 u32 sta_tid_stats_mask; member
|
H A D | debug.c | 2232 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() 2641 debugfs_create_file("sta_tid_stats_mask", 0600, in ath10k_debug_register()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | debugfs_sta.c | 56 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)) { \
|
H A D | core.h | 1292 u32 sta_tid_stats_mask; member
|
H A D | debug.c | 2233 len = scnprintf(buf, sizeof(buf), "0x%08x\n", ar->sta_tid_stats_mask); in ath10k_sta_tid_stats_mask_read() 2254 ar->sta_tid_stats_mask = mask; in ath10k_sta_tid_stats_mask_write() 2642 debugfs_create_file("sta_tid_stats_mask", 0600, in ath10k_debug_register()
|
Completed in 16 milliseconds