Lines Matching refs:ehi
975 struct ata_eh_info *ehi;
985 ehi = &link->eh_info;
986 ata_ehi_clear_desc(ehi);
988 ata_ehi_push_desc(ehi, "irq_stat 0x%08x", irq_stat);
991 ata_ehi_push_desc(ehi, "SDB notify");
996 ata_ehi_hotplugged(ehi);
997 ata_ehi_push_desc(ehi, "%s",
1004 ehi->err_mask |= AC_ERR_HSM;
1005 ehi->action |= ATA_EH_RESET;
1006 ata_ehi_push_desc(ehi, "unknown FIS");
1025 ehi->err_mask |= AC_ERR_OTHER;
1026 ehi->action |= ATA_EH_RESET;
1027 ata_ehi_push_desc(ehi, "PMP DMA CS errata");
1039 ehi = &link->eh_info;
1042 ata_ehi_clear_desc(ehi);
1043 ata_ehi_push_desc(ehi, "irq_stat 0x%08x",
1063 ata_ehi_push_desc(ehi, "%s", ci->desc);
1068 ata_ehi_push_desc(ehi, "unknown command error %d",
1076 ehi->err_mask |= err_mask;
1078 ehi->action |= action;
1124 struct ata_eh_info *ehi = &ap->link.eh_info;
1125 ehi->err_mask |= AC_ERR_HSM;
1126 ehi->action |= ATA_EH_RESET;