Searched refs:exception_id (Results 1 – 3 of 3) sorted by relevance
594 u64 exception_id; in device_lvl_exception_id_show() local598 err = ufshcd_read_device_lvl_exception_id(hba, &exception_id); in device_lvl_exception_id_show()604 hba->dev_lvl_exception_id = exception_id; in device_lvl_exception_id_show()605 return sysfs_emit(buf, "%llu\n", exception_id); in device_lvl_exception_id_show()
104 int ufshcd_read_device_lvl_exception_id(struct ufs_hba *hba, u64 *exception_id);
6102 int ufshcd_read_device_lvl_exception_id(struct ufs_hba *hba, u64 *exception_id) in ufshcd_read_device_lvl_exception_id() argument6130 *exception_id = get_unaligned_be64(&upiu_resp->osf3); in ufshcd_read_device_lvl_exception_id()