Searched refs:wbuff_debugfs_print (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/wbuff/src/ |
D | wbuff.c | 154 static void wbuff_debugfs_print(qdf_debugfs_file_t file, const char *fmt, ...) in wbuff_debugfs_print() function 169 wbuff_debugfs_print(file, "WBUFF POOL STATS:\n"); in wbuff_stats_debugfs_show() 170 wbuff_debugfs_print(file, "=================\n"); in wbuff_stats_debugfs_show() 178 wbuff_debugfs_print(file, "Module (%d) : %s\n", i, in wbuff_stats_debugfs_show() 181 wbuff_debugfs_print(file, "%s %25s %20s %20s\n", "Pool ID", in wbuff_stats_debugfs_show() 192 wbuff_debugfs_print(file, "%d %30llu %20llu %20llu\n", in wbuff_stats_debugfs_show() 197 wbuff_debugfs_print(file, "\n"); in wbuff_stats_debugfs_show()
|