Searched refs:DEBUGFS_FWSTATS_FILE (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/ti/wl1251/ |
D | debugfs.c | 50 #define DEBUGFS_FWSTATS_FILE(sub, name, buflen, fmt) \ macro 101 DEBUGFS_FWSTATS_FILE(tx, internal_desc_overflow, 20, "%u"); 103 DEBUGFS_FWSTATS_FILE(rx, out_of_mem, 20, "%u"); 104 DEBUGFS_FWSTATS_FILE(rx, hdr_overflow, 20, "%u"); 105 DEBUGFS_FWSTATS_FILE(rx, hw_stuck, 20, "%u"); 106 DEBUGFS_FWSTATS_FILE(rx, dropped, 20, "%u"); 107 DEBUGFS_FWSTATS_FILE(rx, fcs_err, 20, "%u"); 108 DEBUGFS_FWSTATS_FILE(rx, xfr_hint_trig, 20, "%u"); 109 DEBUGFS_FWSTATS_FILE(rx, path_reset, 20, "%u"); 110 DEBUGFS_FWSTATS_FILE(rx, reset_counter, 20, "%u"); [all …]
|
/drivers/net/wireless/ti/wlcore/ |
D | debugfs.h | 53 #define DEBUGFS_FWSTATS_FILE(sub, name, fmt, struct_type) \ macro
|
/drivers/net/wireless/ti/wl12xx/ |
D | debugfs.c | 17 DEBUGFS_FWSTATS_FILE(a, b, c, wl12xx_acx_statistics)
|
/drivers/net/wireless/ti/wl18xx/ |
D | debugfs.c | 22 DEBUGFS_FWSTATS_FILE(a, b, c, wl18xx_acx_statistics)
|