Lines Matching refs:ehi
2479 struct ata_eh_info *ehi = &link->eh_info;
2482 ata_ehi_clear_desc(ehi);
2483 ata_ehi_push_desc(ehi, "dev err");
2484 ehi->err_mask |= AC_ERR_DEV;
2485 ehi->action |= ATA_EH_RESET;
2608 struct ata_eh_info *ehi = &ap->link.eh_info;
2611 ata_ehi_clear_desc(ehi);
2619 ata_ehi_push_desc(ehi, "unexpected device interrupt while %s", when);
2620 ehi->err_mask |= AC_ERR_OTHER;
2621 ehi->action |= ATA_EH_RESET;
2644 struct ata_eh_info *ehi = &ap->link.eh_info;
2673 ata_ehi_clear_desc(ehi);
2674 ata_ehi_push_desc(ehi, "edma_err_cause=%08x pp_flags=%08x",
2678 ata_ehi_push_desc(ehi, "fis_cause=%08x", fis_cause);
2685 ata_ehi_push_desc(ehi, "SDB notify");
2694 ata_ehi_push_desc(ehi, "dev error");
2701 ata_ehi_push_desc(ehi, "parity error");
2704 ata_ehi_hotplugged(ehi);
2705 ata_ehi_push_desc(ehi, edma_err_cause & EDMA_ERR_DEV_DCON ?
2718 ata_ehi_push_desc(ehi, "EDMA self-disable");
2724 ata_ehi_push_desc(ehi, "EDMA self-disable");
2727 ata_ehi_push_desc(ehi, "SError=%08x", serr);
2738 ehi->serror |= serr;
2739 ehi->action |= action;
2744 ehi->err_mask |= err_mask;
2953 struct ata_eh_info *ehi;
2969 ehi = &ap->link.eh_info;
2970 ata_ehi_clear_desc(ehi);
2972 ata_ehi_push_desc(ehi,
2975 ehi->action = ATA_EH_RESET;
2980 ehi->err_mask |= err_mask;