Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/
Ddebugfs.c213 u64 total_ppdu_cnt, sub_total_cnt; in mt7915_muru_stats_show() local
259 total_ppdu_cnt = sub_total_cnt + in mt7915_muru_stats_show()
266 seq_printf(file, "\nAll non-HE DL PPDU count: %lld", total_ppdu_cnt); in mt7915_muru_stats_show()
307 total_ppdu_cnt = sub_total_cnt; in mt7915_muru_stats_show()
318 total_ppdu_cnt += sub_total_cnt; in mt7915_muru_stats_show()
323 total_ppdu_cnt += __dl_u32(he_su_cnt) + in mt7915_muru_stats_show()
326 seq_printf(file, "\nAll HE DL PPDU count: %lld", total_ppdu_cnt); in mt7915_muru_stats_show()
361 total_ppdu_cnt = sub_total_cnt; in mt7915_muru_stats_show()
372 total_ppdu_cnt += sub_total_cnt; in mt7915_muru_stats_show()
377 total_ppdu_cnt += __ul_u32(hetrig_su_cnt); in mt7915_muru_stats_show()
[all …]