Searched refs:DEBUGFS_FWSTATS_DEL (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | debugfs.c | 94 #define DEBUGFS_FWSTATS_DEL(sub, name) \ macro 260 DEBUGFS_FWSTATS_DEL(tx, internal_desc_overflow); in wl1251_debugfs_delete_files() 262 DEBUGFS_FWSTATS_DEL(rx, out_of_mem); in wl1251_debugfs_delete_files() 263 DEBUGFS_FWSTATS_DEL(rx, hdr_overflow); in wl1251_debugfs_delete_files() 264 DEBUGFS_FWSTATS_DEL(rx, hw_stuck); in wl1251_debugfs_delete_files() 265 DEBUGFS_FWSTATS_DEL(rx, dropped); in wl1251_debugfs_delete_files() 266 DEBUGFS_FWSTATS_DEL(rx, fcs_err); in wl1251_debugfs_delete_files() 267 DEBUGFS_FWSTATS_DEL(rx, xfr_hint_trig); in wl1251_debugfs_delete_files() 268 DEBUGFS_FWSTATS_DEL(rx, path_reset); in wl1251_debugfs_delete_files() 269 DEBUGFS_FWSTATS_DEL(rx, reset_counter); in wl1251_debugfs_delete_files() [all …]
|