Lines Matching refs:ehi
2476 struct ata_eh_info *ehi = &link->eh_info;
2479 ata_ehi_clear_desc(ehi);
2480 ata_ehi_push_desc(ehi, "dev err");
2481 ehi->err_mask |= AC_ERR_DEV;
2482 ehi->action |= ATA_EH_RESET;
2605 struct ata_eh_info *ehi = &ap->link.eh_info;
2608 ata_ehi_clear_desc(ehi);
2616 ata_ehi_push_desc(ehi, "unexpected device interrupt while %s", when);
2617 ehi->err_mask |= AC_ERR_OTHER;
2618 ehi->action |= ATA_EH_RESET;
2641 struct ata_eh_info *ehi = &ap->link.eh_info;
2670 ata_ehi_clear_desc(ehi);
2671 ata_ehi_push_desc(ehi, "edma_err_cause=%08x pp_flags=%08x",
2675 ata_ehi_push_desc(ehi, "fis_cause=%08x", fis_cause);
2682 ata_ehi_push_desc(ehi, "SDB notify");
2691 ata_ehi_push_desc(ehi, "dev error");
2698 ata_ehi_push_desc(ehi, "parity error");
2701 ata_ehi_hotplugged(ehi);
2702 ata_ehi_push_desc(ehi, edma_err_cause & EDMA_ERR_DEV_DCON ?
2715 ata_ehi_push_desc(ehi, "EDMA self-disable");
2721 ata_ehi_push_desc(ehi, "EDMA self-disable");
2724 ata_ehi_push_desc(ehi, "SError=%08x", serr);
2735 ehi->serror |= serr;
2736 ehi->action |= action;
2741 ehi->err_mask |= err_mask;
2950 struct ata_eh_info *ehi;
2966 ehi = &ap->link.eh_info;
2967 ata_ehi_clear_desc(ehi);
2969 ata_ehi_push_desc(ehi,
2972 ehi->action = ATA_EH_RESET;
2977 ehi->err_mask |= err_mask;