Home
last modified time | relevance | path

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

/drivers/net/wireless/mediatek/mt76/mt7915/
A Ddebugfs.c283 u64 total_ppdu_cnt, sub_total_cnt; in mt7915_muru_stats_show() local
328 total_ppdu_cnt = sub_total_cnt + in mt7915_muru_stats_show()
335 seq_printf(file, "\nAll non-HE DL PPDU count: %lld", total_ppdu_cnt); in mt7915_muru_stats_show()
374 total_ppdu_cnt = sub_total_cnt; in mt7915_muru_stats_show()
385 total_ppdu_cnt += sub_total_cnt; in mt7915_muru_stats_show()
390 total_ppdu_cnt += (u64)phy->mib.dl_he_su_cnt + in mt7915_muru_stats_show()
393 seq_printf(file, "\nAll HE DL PPDU count: %lld", total_ppdu_cnt); in mt7915_muru_stats_show()
426 total_ppdu_cnt = sub_total_cnt; in mt7915_muru_stats_show()
437 total_ppdu_cnt += sub_total_cnt; in mt7915_muru_stats_show()
442 total_ppdu_cnt += phy->mib.ul_hetrig_su_cnt; in mt7915_muru_stats_show()
[all …]

Completed in 9 milliseconds