Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/mediatek/mt76/mt7915/
Ddebugfs.c198 struct mt7915_mcu_muru_stats mu_stats = {}; in mt7915_muru_stats_show() local
222 ret = mt7915_mcu_muru_debug_get(phy, &mu_stats); in mt7915_muru_stats_show()
232 #define __dl_u32(s) le32_to_cpu(mu_stats.dl.s) in mt7915_muru_stats_show()
336 #define __ul_u32(s) le32_to_cpu(mu_stats.ul.s) in mt7915_muru_stats_show()
Dmcu.c2436 struct mt7915_mcu_muru_stats *mu_stats = in mt7915_mcu_muru_debug_get() local
2453 memcpy(mu_stats, skb->data, sizeof(struct mt7915_mcu_muru_stats)); in mt7915_mcu_muru_debug_get()