Home
last modified time | relevance | path

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

/openbmc/linux/include/ufs/
H A Dufshcd.h983 u32 eh_flags; member
/openbmc/linux/Documentation/scsi/
H A Dscsi_eh.rst465 - Each failed scmd's eh_flags field is set appropriately.
/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c189 ((h)->eh_flags |= UFSHCD_EH_IN_PROGRESS)
191 ((h)->eh_flags & UFSHCD_EH_IN_PROGRESS)
193 ((h)->eh_flags &= ~UFSHCD_EH_IN_PROGRESS)
624 hba->eh_flags, hba->req_abort_count); in ufshcd_print_host_state()