Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ufs/core/
H A Dufs-debugfs.c39 #define PRT(fmt, typ) \ in ufs_debugfs_stats_show() macro
43 PRT("Data Link Layer errors: %llu\n", DL_ERR); in ufs_debugfs_stats_show()
44 PRT("Network Layer errors: %llu\n", NL_ERR); in ufs_debugfs_stats_show()
45 PRT("Transport Layer errors: %llu\n", TL_ERR); in ufs_debugfs_stats_show()
46 PRT("Generic DME errors: %llu\n", DME_ERR); in ufs_debugfs_stats_show()
50 PRT("PM Resume errors: %llu\n", RESUME_ERR); in ufs_debugfs_stats_show()
51 PRT("PM Suspend errors : %llu\n", SUSPEND_ERR); in ufs_debugfs_stats_show()
52 PRT("Logical Unit Resets: %llu\n", DEV_RESET); in ufs_debugfs_stats_show()
53 PRT("Host Resets: %llu\n", HOST_RESET); in ufs_debugfs_stats_show()
54 PRT("SCSI command aborts: %llu\n", ABORT); in ufs_debugfs_stats_show()
[all …]