Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddebugfs.c272 u64 total_ppdu_cnt, sub_total_cnt; in mt7915_muru_stats_show() local
310 sub_total_cnt = (u64)phy->mib.dl_vht_2mu_cnt + in mt7915_muru_stats_show()
315 sub_total_cnt); in mt7915_muru_stats_show()
317 total_ppdu_cnt = sub_total_cnt + in mt7915_muru_stats_show()
360 sub_total_cnt = (u64)phy->mib.dl_he_2mu_cnt + in mt7915_muru_stats_show()
363 total_ppdu_cnt = sub_total_cnt; in mt7915_muru_stats_show()
366 sub_total_cnt); in mt7915_muru_stats_show()
368 sub_total_cnt = (u64)phy->mib.dl_he_2ru_cnt + in mt7915_muru_stats_show()
374 total_ppdu_cnt += sub_total_cnt; in mt7915_muru_stats_show()
377 sub_total_cnt); in mt7915_muru_stats_show()
[all …]