Searched refs:DEBUGFS_FWSTATS_ADD (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ti/wl12xx/ |
D | debugfs.c | 143 DEBUGFS_FWSTATS_ADD(tx, internal_desc_overflow); in wl12xx_debugfs_add_files() 145 DEBUGFS_FWSTATS_ADD(rx, out_of_mem); in wl12xx_debugfs_add_files() 146 DEBUGFS_FWSTATS_ADD(rx, hdr_overflow); in wl12xx_debugfs_add_files() 147 DEBUGFS_FWSTATS_ADD(rx, hw_stuck); in wl12xx_debugfs_add_files() 148 DEBUGFS_FWSTATS_ADD(rx, dropped); in wl12xx_debugfs_add_files() 149 DEBUGFS_FWSTATS_ADD(rx, fcs_err); in wl12xx_debugfs_add_files() 150 DEBUGFS_FWSTATS_ADD(rx, xfr_hint_trig); in wl12xx_debugfs_add_files() 151 DEBUGFS_FWSTATS_ADD(rx, path_reset); in wl12xx_debugfs_add_files() 152 DEBUGFS_FWSTATS_ADD(rx, reset_counter); in wl12xx_debugfs_add_files() 154 DEBUGFS_FWSTATS_ADD(dma, rx_requested); in wl12xx_debugfs_add_files() [all …]
|
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/ |
D | debugfs.c | 442 DEBUGFS_FWSTATS_ADD(error, error_frame_non_ctrl); in wl18xx_debugfs_add_files() 443 DEBUGFS_FWSTATS_ADD(error, error_frame_ctrl); in wl18xx_debugfs_add_files() 444 DEBUGFS_FWSTATS_ADD(error, error_frame_during_protection); in wl18xx_debugfs_add_files() 445 DEBUGFS_FWSTATS_ADD(error, null_frame_tx_start); in wl18xx_debugfs_add_files() 446 DEBUGFS_FWSTATS_ADD(error, null_frame_cts_start); in wl18xx_debugfs_add_files() 447 DEBUGFS_FWSTATS_ADD(error, bar_retry); in wl18xx_debugfs_add_files() 448 DEBUGFS_FWSTATS_ADD(error, num_frame_cts_nul_flid); in wl18xx_debugfs_add_files() 449 DEBUGFS_FWSTATS_ADD(error, tx_abort_failure); in wl18xx_debugfs_add_files() 450 DEBUGFS_FWSTATS_ADD(error, tx_resume_failure); in wl18xx_debugfs_add_files() 451 DEBUGFS_FWSTATS_ADD(error, rx_cmplt_db_overflow_cnt); in wl18xx_debugfs_add_files() [all …]
|
/Linux-v4.19/drivers/net/wireless/ti/wl1251/ |
D | debugfs.c | 91 #define DEBUGFS_FWSTATS_ADD(sub, name) \ macro 361 DEBUGFS_FWSTATS_ADD(tx, internal_desc_overflow); in wl1251_debugfs_add_files() 363 DEBUGFS_FWSTATS_ADD(rx, out_of_mem); in wl1251_debugfs_add_files() 364 DEBUGFS_FWSTATS_ADD(rx, hdr_overflow); in wl1251_debugfs_add_files() 365 DEBUGFS_FWSTATS_ADD(rx, hw_stuck); in wl1251_debugfs_add_files() 366 DEBUGFS_FWSTATS_ADD(rx, dropped); in wl1251_debugfs_add_files() 367 DEBUGFS_FWSTATS_ADD(rx, fcs_err); in wl1251_debugfs_add_files() 368 DEBUGFS_FWSTATS_ADD(rx, xfr_hint_trig); in wl1251_debugfs_add_files() 369 DEBUGFS_FWSTATS_ADD(rx, path_reset); in wl1251_debugfs_add_files() 370 DEBUGFS_FWSTATS_ADD(rx, reset_counter); in wl1251_debugfs_add_files() [all …]
|
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
D | debugfs.h | 116 #define DEBUGFS_FWSTATS_ADD(sub, name) \ macro
|