Searched refs:DEBUGFS_FWSTATS_ADD (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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-4.1.27/drivers/net/wireless/ti/wl18xx/ |
D | debugfs.c | 304 DEBUGFS_FWSTATS_ADD(debug, debug1); in wl18xx_debugfs_add_files() 305 DEBUGFS_FWSTATS_ADD(debug, debug2); in wl18xx_debugfs_add_files() 306 DEBUGFS_FWSTATS_ADD(debug, debug3); in wl18xx_debugfs_add_files() 307 DEBUGFS_FWSTATS_ADD(debug, debug4); in wl18xx_debugfs_add_files() 308 DEBUGFS_FWSTATS_ADD(debug, debug5); in wl18xx_debugfs_add_files() 309 DEBUGFS_FWSTATS_ADD(debug, debug6); in wl18xx_debugfs_add_files() 311 DEBUGFS_FWSTATS_ADD(error, error_frame); in wl18xx_debugfs_add_files() 312 DEBUGFS_FWSTATS_ADD(error, error_null_Frame_tx_start); in wl18xx_debugfs_add_files() 313 DEBUGFS_FWSTATS_ADD(error, error_numll_frame_cts_start); in wl18xx_debugfs_add_files() 314 DEBUGFS_FWSTATS_ADD(error, error_bar_retry); in wl18xx_debugfs_add_files() [all …]
|
/linux-4.1.27/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-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | debugfs.h | 116 #define DEBUGFS_FWSTATS_ADD(sub, name) \ macro
|