Home
last modified time | relevance | path

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

/linux-5.19.10/include/ufs/
Dufshcd.h886 u32 eh_flags; member
/linux-5.19.10/Documentation/scsi/
Dscsi_eh.rst463 - Each failed scmd's eh_flags field is set appropriately.
/linux-5.19.10/drivers/ufs/core/
Dufshcd.c172 ((h)->eh_flags |= UFSHCD_EH_IN_PROGRESS)
174 ((h)->eh_flags & UFSHCD_EH_IN_PROGRESS)
176 ((h)->eh_flags &= ~UFSHCD_EH_IN_PROGRESS)
578 hba->eh_flags, hba->req_abort_count); in ufshcd_print_host_state()