Home
last modified time | relevance | path

Searched refs:DEBUGFS_FWSTATS_FILE (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Ddebugfs.c69 #define DEBUGFS_FWSTATS_FILE(sub, name, buflen, fmt) \ macro
120 DEBUGFS_FWSTATS_FILE(tx, internal_desc_overflow, 20, "%u");
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");
[all …]
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Ddebugfs.h71 #define DEBUGFS_FWSTATS_FILE(sub, name, fmt, struct_type) \ macro
/Linux-v4.19/drivers/net/wireless/ti/wl12xx/
Ddebugfs.c31 DEBUGFS_FWSTATS_FILE(a, b, c, wl12xx_acx_statistics)
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Ddebugfs.c36 DEBUGFS_FWSTATS_FILE(a, b, c, wl18xx_acx_statistics)