Lines Matching refs:host_ehi
1743 struct ata_eh_info *host_ehi = &ap->link.eh_info; in ahci_error_intr() local
1773 ata_ehi_clear_desc(host_ehi); in ahci_error_intr()
1774 ata_ehi_push_desc(host_ehi, "irq_stat 0x%08x", irq_stat); in ahci_error_intr()
1779 host_ehi->serror |= serror; in ahci_error_intr()
1796 host_ehi->serror &= ~SERR_INTERNAL; in ahci_error_intr()
1816 host_ehi->err_mask |= AC_ERR_HOST_BUS; in ahci_error_intr()
1817 host_ehi->action |= ATA_EH_RESET; in ahci_error_intr()
1818 ata_ehi_push_desc(host_ehi, "host bus error"); in ahci_error_intr()
1825 host_ehi->err_mask |= AC_ERR_ATA_BUS; in ahci_error_intr()
1826 host_ehi->action |= ATA_EH_RESET; in ahci_error_intr()
1829 ata_ehi_push_desc(host_ehi, "interface fatal error"); in ahci_error_intr()
1833 ata_ehi_hotplugged(host_ehi); in ahci_error_intr()
1834 ata_ehi_push_desc(host_ehi, "%s", in ahci_error_intr()