Searched refs:ufshcd_print_uic_err_hist (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/scsi/ufs/ |
D | ufshcd.c | 394 static void ufshcd_print_uic_err_hist(struct ufs_hba *hba, in ufshcd_print_uic_err_hist() function 422 ufshcd_print_uic_err_hist(hba, &hba->ufs_stats.pa_err, "pa_err"); in ufshcd_print_host_regs() 423 ufshcd_print_uic_err_hist(hba, &hba->ufs_stats.dl_err, "dl_err"); in ufshcd_print_host_regs() 424 ufshcd_print_uic_err_hist(hba, &hba->ufs_stats.nl_err, "nl_err"); in ufshcd_print_host_regs() 425 ufshcd_print_uic_err_hist(hba, &hba->ufs_stats.tl_err, "tl_err"); in ufshcd_print_host_regs() 426 ufshcd_print_uic_err_hist(hba, &hba->ufs_stats.dme_err, "dme_err"); in ufshcd_print_host_regs()
|