Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/mediatek/mt76/mt7915/
Ddebugfs.c213 u64 total_ppdu_cnt, sub_total_cnt; in mt7915_muru_stats_show() local
252 sub_total_cnt = __dl_u32(vht_2mu_cnt) + in mt7915_muru_stats_show()
257 sub_total_cnt); in mt7915_muru_stats_show()
259 total_ppdu_cnt = sub_total_cnt + in mt7915_muru_stats_show()
304 sub_total_cnt = __dl_u32(he_2mu_cnt) + in mt7915_muru_stats_show()
307 total_ppdu_cnt = sub_total_cnt; in mt7915_muru_stats_show()
310 sub_total_cnt); in mt7915_muru_stats_show()
312 sub_total_cnt = __dl_u32(he_2ru_cnt) + in mt7915_muru_stats_show()
318 total_ppdu_cnt += sub_total_cnt; in mt7915_muru_stats_show()
321 sub_total_cnt); in mt7915_muru_stats_show()
[all …]