Lines Matching refs:stat_printf
38 #define stat_printf(grp, off, name) \ in mt7601u_ampdu_stat_show() macro
41 stat_printf(rx_stat, 0, rx_crc_err); in mt7601u_ampdu_stat_show()
42 stat_printf(rx_stat, 1, rx_phy_err); in mt7601u_ampdu_stat_show()
43 stat_printf(rx_stat, 2, rx_false_cca); in mt7601u_ampdu_stat_show()
44 stat_printf(rx_stat, 3, rx_plcp_err); in mt7601u_ampdu_stat_show()
45 stat_printf(rx_stat, 4, rx_fifo_overflow); in mt7601u_ampdu_stat_show()
46 stat_printf(rx_stat, 5, rx_duplicate); in mt7601u_ampdu_stat_show()
48 stat_printf(tx_stat, 0, tx_fail_cnt); in mt7601u_ampdu_stat_show()
49 stat_printf(tx_stat, 1, tx_bcn_cnt); in mt7601u_ampdu_stat_show()
50 stat_printf(tx_stat, 2, tx_success); in mt7601u_ampdu_stat_show()
51 stat_printf(tx_stat, 3, tx_retransmit); in mt7601u_ampdu_stat_show()
52 stat_printf(tx_stat, 4, tx_zero_len); in mt7601u_ampdu_stat_show()
53 stat_printf(tx_stat, 5, tx_underflow); in mt7601u_ampdu_stat_show()
55 stat_printf(aggr_stat, 0, non_aggr_tx); in mt7601u_ampdu_stat_show()
56 stat_printf(aggr_stat, 1, aggr_tx); in mt7601u_ampdu_stat_show()
58 stat_printf(zero_len_del, 0, tx_zero_len_del); in mt7601u_ampdu_stat_show()
59 stat_printf(zero_len_del, 1, rx_zero_len_del); in mt7601u_ampdu_stat_show()
60 #undef stat_printf in mt7601u_ampdu_stat_show()