Home
last modified time | relevance | path

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

/linux-6.15/include/ufs/
H A Dufshcd.h1044 u32 eh_flags; member
/linux-6.15/Documentation/scsi/
H A Dscsi_eh.rst440 - Each failed scmd's eh_flags field is set appropriately.
/linux-6.15/drivers/ufs/core/
H A Dufshcd.c213 ((h)->eh_flags |= UFSHCD_EH_IN_PROGRESS)
215 ((h)->eh_flags & UFSHCD_EH_IN_PROGRESS)
217 ((h)->eh_flags &= ~UFSHCD_EH_IN_PROGRESS)
651 hba->eh_flags, hba->req_abort_count); in ufshcd_print_host_state()