Searched refs:ufs_stats (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
D | ufshcd.c | 425 ufshcd_print_err_hist(hba, &hba->ufs_stats.pa_err, "pa_err"); in ufshcd_print_host_regs() 426 ufshcd_print_err_hist(hba, &hba->ufs_stats.dl_err, "dl_err"); in ufshcd_print_host_regs() 427 ufshcd_print_err_hist(hba, &hba->ufs_stats.nl_err, "nl_err"); in ufshcd_print_host_regs() 428 ufshcd_print_err_hist(hba, &hba->ufs_stats.tl_err, "tl_err"); in ufshcd_print_host_regs() 429 ufshcd_print_err_hist(hba, &hba->ufs_stats.dme_err, "dme_err"); in ufshcd_print_host_regs() 430 ufshcd_print_err_hist(hba, &hba->ufs_stats.auto_hibern8_err, in ufshcd_print_host_regs() 432 ufshcd_print_err_hist(hba, &hba->ufs_stats.fatal_err, "fatal_err"); in ufshcd_print_host_regs() 433 ufshcd_print_err_hist(hba, &hba->ufs_stats.link_startup_err, in ufshcd_print_host_regs() 435 ufshcd_print_err_hist(hba, &hba->ufs_stats.resume_err, "resume_fail"); in ufshcd_print_host_regs() 436 ufshcd_print_err_hist(hba, &hba->ufs_stats.suspend_err, in ufshcd_print_host_regs() [all …]
|
D | ufshcd.h | 442 struct ufs_stats { struct 759 struct ufs_stats ufs_stats; member 1209 ufshcd_update_reg_hist(&hba->ufs_stats.dev_reset, err); in ufshcd_vops_device_reset()
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 53913 @@ -463,6 +465,20 @@ struct ufs_stats {
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 356121 @@ -447,6 +449,20 @@ struct ufs_stats { 356162 struct ufs_stats ufs_stats;
|