Lines Matching refs:rx
122 DEBUGFS_FWSTATS_FILE(rx, out_of_mem, 20, "%u");
123 DEBUGFS_FWSTATS_FILE(rx, hdr_overflow, 20, "%u");
124 DEBUGFS_FWSTATS_FILE(rx, hw_stuck, 20, "%u");
125 DEBUGFS_FWSTATS_FILE(rx, dropped, 20, "%u");
126 DEBUGFS_FWSTATS_FILE(rx, fcs_err, 20, "%u");
127 DEBUGFS_FWSTATS_FILE(rx, xfr_hint_trig, 20, "%u");
128 DEBUGFS_FWSTATS_FILE(rx, path_reset, 20, "%u");
129 DEBUGFS_FWSTATS_FILE(rx, reset_counter, 20, "%u");
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()
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()