Searched refs:DEBUGFS_FWSTATS_ADD (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/ti/wl12xx/ |
H A D | debugfs.c | 119 DEBUGFS_FWSTATS_ADD(tx, internal_desc_overflow); in wl12xx_debugfs_add_files() 121 DEBUGFS_FWSTATS_ADD(rx, out_of_mem); in wl12xx_debugfs_add_files() 122 DEBUGFS_FWSTATS_ADD(rx, hdr_overflow); in wl12xx_debugfs_add_files() 123 DEBUGFS_FWSTATS_ADD(rx, hw_stuck); in wl12xx_debugfs_add_files() 124 DEBUGFS_FWSTATS_ADD(rx, dropped); in wl12xx_debugfs_add_files() 125 DEBUGFS_FWSTATS_ADD(rx, fcs_err); in wl12xx_debugfs_add_files() 126 DEBUGFS_FWSTATS_ADD(rx, xfr_hint_trig); in wl12xx_debugfs_add_files() 127 DEBUGFS_FWSTATS_ADD(rx, path_reset); in wl12xx_debugfs_add_files() 128 DEBUGFS_FWSTATS_ADD(rx, reset_counter); in wl12xx_debugfs_add_files() 130 DEBUGFS_FWSTATS_ADD(dma, rx_requested); in wl12xx_debugfs_add_files() [all …]
|
/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | debugfs.c | 412 DEBUGFS_FWSTATS_ADD(error, error_frame_non_ctrl); in wl18xx_debugfs_add_files() 413 DEBUGFS_FWSTATS_ADD(error, error_frame_ctrl); in wl18xx_debugfs_add_files() 414 DEBUGFS_FWSTATS_ADD(error, error_frame_during_protection); in wl18xx_debugfs_add_files() 415 DEBUGFS_FWSTATS_ADD(error, null_frame_tx_start); in wl18xx_debugfs_add_files() 416 DEBUGFS_FWSTATS_ADD(error, null_frame_cts_start); in wl18xx_debugfs_add_files() 417 DEBUGFS_FWSTATS_ADD(error, bar_retry); in wl18xx_debugfs_add_files() 418 DEBUGFS_FWSTATS_ADD(error, num_frame_cts_nul_flid); in wl18xx_debugfs_add_files() 419 DEBUGFS_FWSTATS_ADD(error, tx_abort_failure); in wl18xx_debugfs_add_files() 420 DEBUGFS_FWSTATS_ADD(error, tx_resume_failure); in wl18xx_debugfs_add_files() 421 DEBUGFS_FWSTATS_ADD(error, rx_cmplt_db_overflow_cnt); in wl18xx_debugfs_add_files() [all …]
|
/linux/drivers/net/wireless/ti/wl1251/ |
H A D | debugfs.c | 72 #define DEBUGFS_FWSTATS_ADD(sub, name) \ macro 340 DEBUGFS_FWSTATS_ADD(tx, internal_desc_overflow); in wl1251_debugfs_add_files() 342 DEBUGFS_FWSTATS_ADD(rx, out_of_mem); in wl1251_debugfs_add_files() 343 DEBUGFS_FWSTATS_ADD(rx, hdr_overflow); in wl1251_debugfs_add_files() 344 DEBUGFS_FWSTATS_ADD(rx, hw_stuck); in wl1251_debugfs_add_files() 345 DEBUGFS_FWSTATS_ADD(rx, dropped); in wl1251_debugfs_add_files() 346 DEBUGFS_FWSTATS_ADD(rx, fcs_err); in wl1251_debugfs_add_files() 347 DEBUGFS_FWSTATS_ADD(rx, xfr_hint_trig); in wl1251_debugfs_add_files() 348 DEBUGFS_FWSTATS_ADD(rx, path_reset); in wl1251_debugfs_add_files() 349 DEBUGFS_FWSTATS_ADD(rx, reset_counter); in wl1251_debugfs_add_files() [all …]
|
/linux/drivers/net/wireless/ti/wlcore/ |
H A D | debugfs.h | 99 #define DEBUGFS_FWSTATS_ADD(sub, name) \ macro
|