Lines Matching refs:mib
221 seq_printf(file, "BA miss count: %d\n", phy->mib.ba_miss_cnt); in mt7915_ampdu_stat_read_phy()
230 struct mib_stats *mib = &phy->mib; in mt7915_txbf_stat_read_phy() local
236 mib->tx_bf_ibf_ppdu_cnt, in mt7915_txbf_stat_read_phy()
237 mib->tx_bf_ebf_ppdu_cnt); in mt7915_txbf_stat_read_phy()
243 mib->tx_bf_rx_fb_all_cnt, in mt7915_txbf_stat_read_phy()
244 mib->tx_bf_rx_fb_he_cnt, in mt7915_txbf_stat_read_phy()
245 mib->tx_bf_rx_fb_vht_cnt, in mt7915_txbf_stat_read_phy()
246 mib->tx_bf_rx_fb_ht_cnt); in mt7915_txbf_stat_read_phy()
249 bw[mib->tx_bf_rx_fb_bw], in mt7915_txbf_stat_read_phy()
250 mib->tx_bf_rx_fb_nc_cnt, in mt7915_txbf_stat_read_phy()
251 mib->tx_bf_rx_fb_nr_cnt); in mt7915_txbf_stat_read_phy()
255 mib->tx_bf_fb_cpl_cnt); in mt7915_txbf_stat_read_phy()
257 mib->tx_bf_fb_trig_cnt); in mt7915_txbf_stat_read_phy()
261 mib->tx_bf_cnt); in mt7915_txbf_stat_read_phy()
262 seq_printf(s, "Tx multi-user MPDU counts: %d\n", mib->tx_mu_mpdu_cnt); in mt7915_txbf_stat_read_phy()
264 mib->tx_mu_acked_mpdu_cnt); in mt7915_txbf_stat_read_phy()
266 mib->tx_su_acked_mpdu_cnt); in mt7915_txbf_stat_read_phy()
276 struct mib_stats *mib = &phy->mib; in mt7915_tx_stats_show() local
287 for (i = 0; i < ARRAY_SIZE(mib->tx_amsdu); i++) { in mt7915_tx_stats_show()
289 i + 1, mib->tx_amsdu[i]); in mt7915_tx_stats_show()
290 if (mib->tx_amsdu_cnt) in mt7915_tx_stats_show()
292 mib->tx_amsdu[i] * 100 / mib->tx_amsdu_cnt); in mt7915_tx_stats_show()