Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ti/wl1251/
Ddebugfs.c50 #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 …]
/linux-6.1.9/drivers/net/wireless/ti/wlcore/
Ddebugfs.h53 #define DEBUGFS_FWSTATS_FILE(sub, name, fmt, struct_type) \ macro
/linux-6.1.9/drivers/net/wireless/ti/wl12xx/
Ddebugfs.c17 DEBUGFS_FWSTATS_FILE(a, b, c, wl12xx_acx_statistics)
/linux-6.1.9/drivers/net/wireless/ti/wl18xx/
Ddebugfs.c22 DEBUGFS_FWSTATS_FILE(a, b, c, wl18xx_acx_statistics)