Searched refs:stat_printf (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/wireless/mediatek/mt7601u/ |
A D | debugfs.c | 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() 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() 52 stat_printf(tx_stat, 4, tx_zero_len); in mt7601u_ampdu_stat_show() 56 stat_printf(aggr_stat, 1, aggr_tx); in mt7601u_ampdu_stat_show() [all …]
|
Completed in 2 milliseconds