Home
last modified time | relevance | path

Searched refs:eh_context (Results 1 – 16 of 16) sorted by relevance

/linux-3.4.99/drivers/ata/
Dlibata-eh.c339 struct ata_eh_context *ehc = &dev->link->eh_context; in ata_internal_cmd_timeout()
364 struct ata_eh_context *ehc = &dev->link->eh_context; in ata_internal_cmd_timed_out()
435 struct ata_eh_context *ehc = &dev->link->eh_context; in ata_eh_dev_action()
739 struct ata_eh_context *ehc = &link->eh_context; in ata_scsi_port_error_handler()
742 memset(&link->eh_context, 0, sizeof(link->eh_context)); in ata_scsi_port_error_handler()
743 link->eh_context.i = link->eh_info; in ata_scsi_port_error_handler()
1340 struct ata_eh_context *ehc = &link->eh_context; in ata_eh_detach_dev()
1356 ata_eh_clear_action(link, dev, &link->eh_context.i, ATA_EH_PERDEV_MASK); in ata_eh_detach_dev()
1381 struct ata_eh_context *ehc = &link->eh_context; in ata_eh_about_to_do()
1412 struct ata_eh_context *ehc = &link->eh_context; in ata_eh_done()
[all …]
Dlibata-pmp.c363 struct ata_eh_context *ehc = &link->eh_context; in sata_pmp_init_links()
754 struct ata_eh_context *ehc = &link->eh_context; in sata_pmp_eh_recover_pmp()
783 struct ata_eh_context *ehc = &tlink->eh_context; in sata_pmp_eh_recover_pmp()
900 link->eh_context.i.action = 0; in sata_pmp_handle_link_fail()
926 struct ata_eh_context *pmp_ehc = &pmp_link->eh_context; in sata_pmp_eh_recover()
1042 ata_ehi_hotplugged(&link->eh_context.i); in sata_pmp_eh_recover()
Dlibata-core.c1320 struct ata_eh_context *ehc = &dev->link->eh_context; in ata_hpa_resize()
2158 struct ata_eh_context *ehc = &dev->link->eh_context; in ata_dev_configure()
2605 ap->link.eh_context.i.flags |= ATA_EHI_PRINTINFO; in ata_bus_probe()
2607 ap->link.eh_context.i.flags &= ~ATA_EHI_PRINTINFO; in ata_bus_probe()
3152 struct ata_eh_context *ehc = &dev->link->eh_context; in ata_dev_set_mode()
3594 struct ata_eh_context *ehc = &link->eh_context; in sata_link_scr_lpm()
3665 struct ata_eh_context *ehc = &link->eh_context; in ata_std_prereset()
3819 const unsigned long *timing = sata_ehc_deb_timing(&link->eh_context); in sata_std_hardreset()
Dpata_ali.c286 struct ata_eh_context *ehc = &adev->link->eh_context; in ali_warn_atapi_dma()
Dahci.c575 rc = sata_link_hardreset(link, sata_ehc_deb_timing(&link->eh_context), in ahci_vt8251_hardreset()
605 rc = sata_link_hardreset(link, sata_ehc_deb_timing(&link->eh_context), in ahci_p5wdh_hardreset()
Dsata_via.c336 struct ata_eh_context *ehc = &ap->link.eh_context; in vt6420_prereset()
Dsata_sil.c630 int print_info = ap->link.eh_context.i.flags & ATA_EHI_PRINTINFO; in sil_dev_config()
Dlibata-acpi.c946 struct ata_eh_context *ehc = &ap->link.eh_context; in ata_acpi_on_devcfg()
Dsata_inic162x.c620 const unsigned long *timing = sata_ehc_deb_timing(&link->eh_context); in inic_hardreset()
Dlibata-sff.c1788 struct ata_eh_context *ehc = &link->eh_context; in ata_sff_prereset()
2096 struct ata_eh_context *ehc = &link->eh_context; in sata_sff_hardreset()
Dsata_sil24.c598 ap->link.eh_context.i.action |= ATA_EH_RESET; in sil24_init_port()
Dsata_nv.c1568 struct ata_eh_context *ehc = &link->eh_context; in nv_hardreset()
1842 struct ata_eh_context *ehc = &ap->link.eh_context; in nv_swncq_error_handler()
Dlibahci.c1400 const unsigned long *timing = sata_ehc_deb_timing(&link->eh_context); in ahci_hardreset()
Dlibata-scsi.c185 link->eh_context.unloaded_mask & (1 << dev->devno) && in ata_scsi_park_show()
Dsata_mv.c3609 sata_ehc_deb_timing(&link->eh_context); in mv_hardreset()
/linux-3.4.99/include/linux/
Dlibata.h725 struct ata_eh_context eh_context; member