Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7915/
Ddebugfs.c268 u64 total_ppdu_cnt, sub_total_cnt; in mt7915_muru_stats_show() local
313 total_ppdu_cnt = sub_total_cnt + in mt7915_muru_stats_show()
320 seq_printf(file, "\nAll non-HE DL PPDU count: %lld", total_ppdu_cnt); in mt7915_muru_stats_show()
359 total_ppdu_cnt = sub_total_cnt; in mt7915_muru_stats_show()
370 total_ppdu_cnt += sub_total_cnt; in mt7915_muru_stats_show()
375 total_ppdu_cnt += phy->mib.dl_he_su_cnt + phy->mib.dl_he_ext_su_cnt; in mt7915_muru_stats_show()
377 seq_printf(file, "\nAll HE DL PPDU count: %lld", total_ppdu_cnt); in mt7915_muru_stats_show()
410 total_ppdu_cnt = sub_total_cnt; in mt7915_muru_stats_show()
421 total_ppdu_cnt += sub_total_cnt; in mt7915_muru_stats_show()
426 total_ppdu_cnt += phy->mib.ul_hetrig_su_cnt; in mt7915_muru_stats_show()
[all …]