Home
last modified time | relevance | path

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

/linux-6.1.9/include/ufs/
Dufshcd.h897 u32 eh_flags; member
/linux-6.1.9/Documentation/scsi/
Dscsi_eh.rst462 - Each failed scmd's eh_flags field is set appropriately.
/linux-6.1.9/drivers/ufs/core/
Dufshcd.c170 ((h)->eh_flags |= UFSHCD_EH_IN_PROGRESS)
172 ((h)->eh_flags & UFSHCD_EH_IN_PROGRESS)
174 ((h)->eh_flags &= ~UFSHCD_EH_IN_PROGRESS)
577 hba->eh_flags, hba->req_abort_count); in ufshcd_print_host_state()