Lines Matching refs:rx
35 WL12XX_DEBUGFS_FWSTATS_FILE(rx, out_of_mem, "%u");
36 WL12XX_DEBUGFS_FWSTATS_FILE(rx, hdr_overflow, "%u");
37 WL12XX_DEBUGFS_FWSTATS_FILE(rx, hw_stuck, "%u");
38 WL12XX_DEBUGFS_FWSTATS_FILE(rx, dropped, "%u");
39 WL12XX_DEBUGFS_FWSTATS_FILE(rx, fcs_err, "%u");
40 WL12XX_DEBUGFS_FWSTATS_FILE(rx, xfr_hint_trig, "%u");
41 WL12XX_DEBUGFS_FWSTATS_FILE(rx, path_reset, "%u");
42 WL12XX_DEBUGFS_FWSTATS_FILE(rx, reset_counter, "%u");
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()