Searched refs:stat_printf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/ |
H A D | debugfs.c | 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_sta in mt7601u_ampdu_stat_show() 60 #undef stat_printf mt7601u_ampdu_stat_show() macro [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/ |
H A D | debugfs.c | 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_sta in mt7601u_ampdu_stat_show() 60 #undef stat_printf mt7601u_ampdu_stat_show() macro [all...] |
Completed in 1 milliseconds