Searched refs:DEBUGFS_FWSTATS_DEL (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ti/wl1251/ |
D | debugfs.c | 75 #define DEBUGFS_FWSTATS_DEL(sub, name) \ macro 241 DEBUGFS_FWSTATS_DEL(tx, internal_desc_overflow); in wl1251_debugfs_delete_files() 243 DEBUGFS_FWSTATS_DEL(rx, out_of_mem); in wl1251_debugfs_delete_files() 244 DEBUGFS_FWSTATS_DEL(rx, hdr_overflow); in wl1251_debugfs_delete_files() 245 DEBUGFS_FWSTATS_DEL(rx, hw_stuck); in wl1251_debugfs_delete_files() 246 DEBUGFS_FWSTATS_DEL(rx, dropped); in wl1251_debugfs_delete_files() 247 DEBUGFS_FWSTATS_DEL(rx, fcs_err); in wl1251_debugfs_delete_files() 248 DEBUGFS_FWSTATS_DEL(rx, xfr_hint_trig); in wl1251_debugfs_delete_files() 249 DEBUGFS_FWSTATS_DEL(rx, path_reset); in wl1251_debugfs_delete_files() 250 DEBUGFS_FWSTATS_DEL(rx, reset_counter); in wl1251_debugfs_delete_files() [all …]
|