Searched refs:ehc (Results 1 – 10 of 10) sorted by relevance
431 return ehc->i.action | ehc->i.dev_action[dev->devno]; in ata_eh_dev_action()2020 if (ehc->i.dev) { in ata_eh_link_autopsy()2021 ehc->i.dev_action[ehc->i.dev->devno] |= in ata_eh_link_autopsy()2031 dev = ehc->i.dev; in ata_eh_link_autopsy()2260 if (ehc->i.dev) { in ata_eh_link_report()2263 ehc->i.err_mask, link->sactive, ehc->i.serror, in ata_eh_link_report()2270 ehc->i.err_mask, link->sactive, ehc->i.serror, in ata_eh_link_report()2277 if (ehc->i.serror) in ata_eh_link_report()3514 ehc->tries[dev->devno] = min(ehc->tries[dev->devno], 1); in ata_eh_handle_dev_fail()3601 ehc->i.action |= ehc->i.dev_action[dev->devno] & in ata_eh_recover()[all …]
362 struct ata_eh_context *ehc = &link->eh_context; in sata_pmp_init_links() local365 ehc->i.probe_mask |= ATA_ALL_DEVICES; in sata_pmp_init_links()366 ehc->i.action |= ATA_EH_RESET; in sata_pmp_init_links()765 ehc->classes[0] = ATA_DEV_UNKNOWN; in sata_pmp_eh_recover_pmp()767 if (ehc->i.action & ATA_EH_RESET) { in sata_pmp_eh_recover_pmp()782 ehc->i.probe_mask |= ATA_ALL_DEVICES; in sata_pmp_eh_recover_pmp()783 ehc->i.action |= ATA_EH_RESET; in sata_pmp_eh_recover_pmp()790 if (ehc->i.action & ATA_EH_REVALIDATE) in sata_pmp_eh_recover_pmp()799 ehc->i.probe_mask |= ATA_ALL_DEVICES; in sata_pmp_eh_recover_pmp()812 ehc->i.action |= ATA_EH_RESET; in sata_pmp_eh_recover_pmp()[all …]
370 struct ata_eh_context *ehc = &link->eh_context; in sata_link_scr_lpm() local419 ehc->i.serror &= ~SERR_PHYRDY_CHG; in sata_link_scr_lpm()1419 struct ata_eh_context *ehc = &link->eh_context; in ata_eh_analyze_ncq_error() local1430 if (!link->sactive || !(ehc->i.err_mask & AC_ERR_DEV)) in ata_eh_analyze_ncq_error()1509 ehc->i.err_mask &= ~AC_ERR_DEV; in ata_eh_analyze_ncq_error()
286 struct ata_eh_context *ehc = &adev->link->eh_context; in ali_warn_atapi_dma() local287 int print_info = ehc->i.flags & ATA_EHI_PRINTINFO; in ali_warn_atapi_dma()
333 struct ata_eh_context *ehc = &ap->link.eh_context; in vt6420_prereset() local369 ehc->i.action &= ~ATA_EH_RESET; in vt6420_prereset()
165 struct ata_eh_context *ehc = &dev->link->eh_context; in ata_dev_print_info() local167 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() local3334 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() local3620 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()[all …]
954 struct ata_eh_context *ehc = &ap->link.eh_context; in ata_acpi_on_devcfg() local964 !(acpi_sata && (ehc->i.flags & ATA_EHI_DID_HARDRESET))) in ata_acpi_on_devcfg()
1664 struct ata_eh_context *ehc = &link->eh_context; in ata_sff_prereset() local1671 if (ehc->i.action & ATA_EH_HARDRESET) in ata_sff_prereset()1681 ehc->i.action |= ATA_EH_HARDRESET; in ata_sff_prereset()1973 struct ata_eh_context *ehc = &link->eh_context; in sata_sff_hardreset() local1974 const unsigned long *timing = sata_ehc_deb_timing(ehc); in sata_sff_hardreset()
1522 struct ata_eh_context *ehc = &link->eh_context; in nv_hardreset() local1532 const unsigned long *timing = sata_ehc_deb_timing(ehc); in nv_hardreset()1535 if (!(ehc->i.flags & ATA_EHI_QUIET)) in nv_hardreset()1796 struct ata_eh_context *ehc = &ap->link.eh_context; in nv_swncq_error_handler() local1800 ehc->i.action |= ATA_EH_RESET; in nv_swncq_error_handler()
1163 sata_ehc_deb_timing(struct ata_eh_context *ehc) in sata_ehc_deb_timing() argument1165 if (ehc->i.flags & ATA_EHI_HOTPLUGGED) in sata_ehc_deb_timing()1184 sata_ehc_deb_timing(struct ata_eh_context *ehc) in sata_ehc_deb_timing() argument
Completed in 43 milliseconds