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