Lines Matching refs:ehc
165 struct ata_eh_context *ehc = &dev->link->eh_context; in ata_dev_print_info() local
167 return ehc->i.flags & ATA_EHI_PRINTINFO; in ata_dev_print_info()
3309 struct ata_eh_context *ehc = &dev->link->eh_context; in ata_dev_set_mode() local
3334 ehc->i.flags |= ATA_EHI_POST_SETMODE; in ata_dev_set_mode()
3336 ehc->i.flags &= ~ATA_EHI_POST_SETMODE; in ata_dev_set_mode()
3376 if (!(ehc->i.flags & ATA_EHI_QUIET) || in ata_dev_set_mode()
3377 ehc->i.flags & ATA_EHI_DID_HARDRESET) in ata_dev_set_mode()
3619 struct ata_eh_context *ehc = &link->eh_context; in ata_std_prereset() local
3620 const unsigned long *timing = sata_ehc_deb_timing(ehc); in ata_std_prereset()
3624 if (ehc->i.action & ATA_EH_HARDRESET) in ata_std_prereset()
3639 ehc->i.action &= ~ATA_EH_SOFTRESET; in ata_std_prereset()