Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/scsi/
H A Dscsi_eh.rst439 - 每个失败的scmd的eh_flags字段已正确设置。
/linux/include/ufs/
H A Dufshcd.h1016 u32 eh_flags; member
/linux/Documentation/scsi/
H A Dscsi_eh.rst440 - Each failed scmd's eh_flags field is set appropriately.
/linux/drivers/ufs/core/
H A Dufshcd.c232 ((h)->eh_flags |= UFSHCD_EH_IN_PROGRESS)
234 ((h)->eh_flags & UFSHCD_EH_IN_PROGRESS)
236 ((h)->eh_flags &= ~UFSHCD_EH_IN_PROGRESS)
700 hba->eh_flags, hba->req_abort_count); in ufshcd_print_host_state()