Searched refs:ehc (Results 1 – 9 of 9) sorted by relevance
431 return ehc->i.action | ehc->i.dev_action[dev->devno]; in ata_eh_dev_action()2372 if (ehc->i.dev) { in ata_eh_link_autopsy()2373 ehc->i.dev_action[ehc->i.dev->devno] |= in ata_eh_link_autopsy()2383 dev = ehc->i.dev; in ata_eh_link_autopsy()2612 if (ehc->i.dev) { in ata_eh_link_report()2615 ehc->i.err_mask, link->sactive, ehc->i.serror, in ata_eh_link_report()2622 ehc->i.err_mask, link->sactive, ehc->i.serror, in ata_eh_link_report()2629 if (ehc->i.serror) in ata_eh_link_report()3729 ehc->tries[dev->devno] = min(ehc->tries[dev->devno], 1); in ata_eh_handle_dev_fail()3811 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()760 ehc->classes[0] = ATA_DEV_UNKNOWN; in sata_pmp_eh_recover_pmp()762 if (ehc->i.action & ATA_EH_RESET) { in sata_pmp_eh_recover_pmp()776 ehc->i.probe_mask |= ATA_ALL_DEVICES; in sata_pmp_eh_recover_pmp()777 ehc->i.action |= ATA_EH_RESET; in sata_pmp_eh_recover_pmp()784 if (ehc->i.action & ATA_EH_REVALIDATE) in sata_pmp_eh_recover_pmp()793 ehc->i.probe_mask |= ATA_ALL_DEVICES; in sata_pmp_eh_recover_pmp()806 ehc->i.action |= ATA_EH_RESET; in sata_pmp_eh_recover_pmp()[all …]
372 struct ata_eh_context *ehc = &link->eh_context; in sata_link_scr_lpm() local434 ehc->i.serror &= ~SERR_PHYRDY_CHG; in sata_link_scr_lpm()1639 struct ata_eh_context *ehc = &link->eh_context; in ata_eh_analyze_ncq_error() local1650 if (!link->sactive || !(ehc->i.err_mask & AC_ERR_DEV)) in ata_eh_analyze_ncq_error()1728 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()
158 struct ata_eh_context *ehc = &dev->link->eh_context; in ata_dev_print_info() local160 return ehc->i.flags & ATA_EHI_PRINTINFO; in ata_dev_print_info()3432 struct ata_eh_context *ehc = &dev->link->eh_context; in ata_dev_set_mode() local3457 ehc->i.flags |= ATA_EHI_POST_SETMODE; in ata_dev_set_mode()3459 ehc->i.flags &= ~ATA_EHI_POST_SETMODE; in ata_dev_set_mode()3499 if (!(ehc->i.flags & ATA_EHI_QUIET) || in ata_dev_set_mode()3500 ehc->i.flags & ATA_EHI_DID_HARDRESET) in ata_dev_set_mode()3742 struct ata_eh_context *ehc = &link->eh_context; in ata_std_prereset() local3747 if (ehc->i.action & ATA_EH_HARDRESET) in ata_std_prereset()3762 ehc->i.action &= ~ATA_EH_SOFTRESET; in ata_std_prereset()[all …]
334 struct ata_eh_context *ehc = &ap->link.eh_context; in vt6420_prereset() local370 ehc->i.action &= ~ATA_EH_RESET; in vt6420_prereset()
1655 struct ata_eh_context *ehc = &link->eh_context; in ata_sff_prereset() local1662 if (ehc->i.action & ATA_EH_HARDRESET) in ata_sff_prereset()1672 ehc->i.action |= ATA_EH_HARDRESET; in ata_sff_prereset()1964 struct ata_eh_context *ehc = &link->eh_context; in sata_sff_hardreset() local1965 const unsigned int *timing = sata_ehc_deb_timing(ehc); in sata_sff_hardreset()
962 struct ata_eh_context *ehc = &ap->link.eh_context; in ata_acpi_on_devcfg() local972 !(acpi_sata && (ehc->i.flags & ATA_EHI_DID_HARDRESET))) in ata_acpi_on_devcfg()
1525 struct ata_eh_context *ehc = &link->eh_context; in nv_hardreset() local1535 const unsigned int *timing = sata_ehc_deb_timing(ehc); in nv_hardreset()1538 if (!(ehc->i.flags & ATA_EHI_QUIET)) in nv_hardreset()1799 struct ata_eh_context *ehc = &ap->link.eh_context; in nv_swncq_error_handler() local1803 ehc->i.action |= ATA_EH_RESET; in nv_swncq_error_handler()
Completed in 46 milliseconds