Home
last modified time | relevance | path

Searched refs:ehc (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/ata/
A Dlibata-eh.c429 return ehc->i.action | ehc->i.dev_action[dev->devno]; in ata_eh_dev_action()
2017 if (ehc->i.dev) { in ata_eh_link_autopsy()
2018 ehc->i.dev_action[ehc->i.dev->devno] |= in ata_eh_link_autopsy()
2028 dev = ehc->i.dev; in ata_eh_link_autopsy()
2258 if (ehc->i.dev) { in ata_eh_link_report()
2261 ehc->i.err_mask, link->sactive, ehc->i.serror, in ata_eh_link_report()
2268 ehc->i.err_mask, link->sactive, ehc->i.serror, in ata_eh_link_report()
2275 if (ehc->i.serror) in ata_eh_link_report()
3487 ehc->tries[dev->devno] = min(ehc->tries[dev->devno], 1); in ata_eh_handle_dev_fail()
3576 ehc->i.action |= ehc->i.dev_action[dev->devno] & in ata_eh_recover()
[all …]
A Dlibata-pmp.c362 struct ata_eh_context *ehc = &link->eh_context; in sata_pmp_init_links() local
365 ehc->i.probe_mask |= ATA_ALL_DEVICES; in sata_pmp_init_links()
366 ehc->i.action |= ATA_EH_RESET; in sata_pmp_init_links()
771 ehc->classes[0] = ATA_DEV_UNKNOWN; in sata_pmp_eh_recover_pmp()
773 if (ehc->i.action & ATA_EH_RESET) { in sata_pmp_eh_recover_pmp()
788 ehc->i.probe_mask |= ATA_ALL_DEVICES; in sata_pmp_eh_recover_pmp()
789 ehc->i.action |= ATA_EH_RESET; in sata_pmp_eh_recover_pmp()
796 if (ehc->i.action & ATA_EH_REVALIDATE) in sata_pmp_eh_recover_pmp()
805 ehc->i.probe_mask |= ATA_ALL_DEVICES; in sata_pmp_eh_recover_pmp()
818 ehc->i.action |= ATA_EH_RESET; in sata_pmp_eh_recover_pmp()
[all …]
A Dlibata-sata.c370 struct ata_eh_context *ehc = &link->eh_context; in sata_link_scr_lpm() local
419 ehc->i.serror &= ~SERR_PHYRDY_CHG; in sata_link_scr_lpm()
1446 struct ata_eh_context *ehc = &link->eh_context; in ata_eh_analyze_ncq_error() local
1457 if (!link->sactive || !(ehc->i.err_mask & AC_ERR_DEV)) in ata_eh_analyze_ncq_error()
1502 ehc->i.err_mask &= ~AC_ERR_DEV; in ata_eh_analyze_ncq_error()
A Dpata_ali.c286 struct ata_eh_context *ehc = &adev->link->eh_context; in ali_warn_atapi_dma() local
287 int print_info = ehc->i.flags & ATA_EHI_PRINTINFO; in ali_warn_atapi_dma()
A Dsata_via.c333 struct ata_eh_context *ehc = &ap->link.eh_context; in vt6420_prereset() local
369 ehc->i.action &= ~ATA_EH_RESET; in vt6420_prereset()
A Dlibata-core.c164 struct ata_eh_context *ehc = &dev->link->eh_context; in ata_dev_print_info() local
166 return ehc->i.flags & ATA_EHI_PRINTINFO; in ata_dev_print_info()
3312 struct ata_eh_context *ehc = &dev->link->eh_context; in ata_dev_set_mode() local
3337 ehc->i.flags |= ATA_EHI_POST_SETMODE; in ata_dev_set_mode()
3339 ehc->i.flags &= ~ATA_EHI_POST_SETMODE; in ata_dev_set_mode()
3379 if (!(ehc->i.flags & ATA_EHI_QUIET) || in ata_dev_set_mode()
3380 ehc->i.flags & ATA_EHI_DID_HARDRESET) in ata_dev_set_mode()
3622 struct ata_eh_context *ehc = &link->eh_context; in ata_std_prereset() local
3623 const unsigned long *timing = sata_ehc_deb_timing(ehc); in ata_std_prereset()
3627 if (ehc->i.action & ATA_EH_HARDRESET) in ata_std_prereset()
[all …]
A Dlibata-sff.c1738 struct ata_eh_context *ehc = &link->eh_context; in ata_sff_prereset() local
1746 if (ehc->i.action & ATA_EH_HARDRESET) in ata_sff_prereset()
1756 ehc->i.action |= ATA_EH_HARDRESET; in ata_sff_prereset()
2048 struct ata_eh_context *ehc = &link->eh_context; in sata_sff_hardreset() local
2049 const unsigned long *timing = sata_ehc_deb_timing(ehc); in sata_sff_hardreset()
A Dlibata-acpi.c982 struct ata_eh_context *ehc = &ap->link.eh_context; in ata_acpi_on_devcfg() local
992 !(acpi_sata && (ehc->i.flags & ATA_EHI_DID_HARDRESET))) in ata_acpi_on_devcfg()
A Dsata_nv.c1537 struct ata_eh_context *ehc = &link->eh_context; in nv_hardreset() local
1547 const unsigned long *timing = sata_ehc_deb_timing(ehc); in nv_hardreset()
1550 if (!(ehc->i.flags & ATA_EHI_QUIET)) in nv_hardreset()
1811 struct ata_eh_context *ehc = &ap->link.eh_context; in nv_swncq_error_handler() local
1815 ehc->i.action |= ATA_EH_RESET; in nv_swncq_error_handler()
/linux/include/linux/
A Dlibata.h1197 sata_ehc_deb_timing(struct ata_eh_context *ehc) in sata_ehc_deb_timing() argument
1199 if (ehc->i.flags & ATA_EHI_HOTPLUGGED) in sata_ehc_deb_timing()
1218 sata_ehc_deb_timing(struct ata_eh_context *ehc) in sata_ehc_deb_timing() argument

Completed in 46 milliseconds