Lines Matching refs:rx
21 WL12XX_DEBUGFS_FWSTATS_FILE(rx, out_of_mem, "%u");
22 WL12XX_DEBUGFS_FWSTATS_FILE(rx, hdr_overflow, "%u");
23 WL12XX_DEBUGFS_FWSTATS_FILE(rx, hw_stuck, "%u");
24 WL12XX_DEBUGFS_FWSTATS_FILE(rx, dropped, "%u");
25 WL12XX_DEBUGFS_FWSTATS_FILE(rx, fcs_err, "%u");
26 WL12XX_DEBUGFS_FWSTATS_FILE(rx, xfr_hint_trig, "%u");
27 WL12XX_DEBUGFS_FWSTATS_FILE(rx, path_reset, "%u");
28 WL12XX_DEBUGFS_FWSTATS_FILE(rx, reset_counter, "%u");
121 DEBUGFS_FWSTATS_ADD(rx, out_of_mem); in wl12xx_debugfs_add_files()
122 DEBUGFS_FWSTATS_ADD(rx, hdr_overflow); in wl12xx_debugfs_add_files()
123 DEBUGFS_FWSTATS_ADD(rx, hw_stuck); in wl12xx_debugfs_add_files()
124 DEBUGFS_FWSTATS_ADD(rx, dropped); in wl12xx_debugfs_add_files()
125 DEBUGFS_FWSTATS_ADD(rx, fcs_err); in wl12xx_debugfs_add_files()
126 DEBUGFS_FWSTATS_ADD(rx, xfr_hint_trig); in wl12xx_debugfs_add_files()
127 DEBUGFS_FWSTATS_ADD(rx, path_reset); in wl12xx_debugfs_add_files()
128 DEBUGFS_FWSTATS_ADD(rx, reset_counter); in wl12xx_debugfs_add_files()