Lines Matching refs:ehi
976 struct ata_eh_info *ehi; in sil24_error_intr() local
986 ehi = &link->eh_info; in sil24_error_intr()
987 ata_ehi_clear_desc(ehi); in sil24_error_intr()
989 ata_ehi_push_desc(ehi, "irq_stat 0x%08x", irq_stat); in sil24_error_intr()
992 ata_ehi_push_desc(ehi, "SDB notify"); in sil24_error_intr()
997 ata_ehi_hotplugged(ehi); in sil24_error_intr()
998 ata_ehi_push_desc(ehi, "%s", in sil24_error_intr()
1005 ehi->err_mask |= AC_ERR_HSM; in sil24_error_intr()
1006 ehi->action |= ATA_EH_RESET; in sil24_error_intr()
1007 ata_ehi_push_desc(ehi, "unknown FIS"); in sil24_error_intr()
1026 ehi->err_mask |= AC_ERR_OTHER; in sil24_error_intr()
1027 ehi->action |= ATA_EH_RESET; in sil24_error_intr()
1028 ata_ehi_push_desc(ehi, "PMP DMA CS errata"); in sil24_error_intr()
1040 ehi = &link->eh_info; in sil24_error_intr()
1043 ata_ehi_clear_desc(ehi); in sil24_error_intr()
1044 ata_ehi_push_desc(ehi, "irq_stat 0x%08x", in sil24_error_intr()
1064 ata_ehi_push_desc(ehi, "%s", ci->desc); in sil24_error_intr()
1069 ata_ehi_push_desc(ehi, "unknown command error %d", in sil24_error_intr()
1077 ehi->err_mask |= err_mask; in sil24_error_intr()
1079 ehi->action |= action; in sil24_error_intr()
1125 struct ata_eh_info *ehi = &ap->link.eh_info; in sil24_host_intr() local
1126 ehi->err_mask |= AC_ERR_HSM; in sil24_host_intr()
1127 ehi->action |= ATA_EH_RESET; in sil24_host_intr()