Lines Matching refs:ehi
984 struct ata_eh_info *ehi; in sil24_error_intr() local
994 ehi = &link->eh_info; in sil24_error_intr()
995 ata_ehi_clear_desc(ehi); in sil24_error_intr()
997 ata_ehi_push_desc(ehi, "irq_stat 0x%08x", irq_stat); in sil24_error_intr()
1000 ata_ehi_push_desc(ehi, "SDB notify"); in sil24_error_intr()
1005 ata_ehi_hotplugged(ehi); in sil24_error_intr()
1006 ata_ehi_push_desc(ehi, "%s", in sil24_error_intr()
1013 ehi->err_mask |= AC_ERR_HSM; in sil24_error_intr()
1014 ehi->action |= ATA_EH_RESET; in sil24_error_intr()
1015 ata_ehi_push_desc(ehi, "unknown FIS"); in sil24_error_intr()
1034 ehi->err_mask |= AC_ERR_OTHER; in sil24_error_intr()
1035 ehi->action |= ATA_EH_RESET; in sil24_error_intr()
1036 ata_ehi_push_desc(ehi, "PMP DMA CS errata"); in sil24_error_intr()
1048 ehi = &link->eh_info; in sil24_error_intr()
1051 ata_ehi_clear_desc(ehi); in sil24_error_intr()
1052 ata_ehi_push_desc(ehi, "irq_stat 0x%08x", in sil24_error_intr()
1072 ata_ehi_push_desc(ehi, "%s", ci->desc); in sil24_error_intr()
1077 ata_ehi_push_desc(ehi, "unknown command error %d", in sil24_error_intr()
1085 ehi->err_mask |= err_mask; in sil24_error_intr()
1087 ehi->action |= action; in sil24_error_intr()
1133 struct ata_eh_info *ehi = &ap->link.eh_info; in sil24_host_intr() local
1134 ehi->err_mask |= AC_ERR_HSM; in sil24_host_intr()
1135 ehi->action |= ATA_EH_RESET; in sil24_host_intr()