Home
last modified time | relevance | path

Searched refs:host_ehi (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/ata/
Dlibahci.c1590 struct ata_eh_info *host_ehi = &ap->link.eh_info; in ahci_error_intr() local
1620 ata_ehi_clear_desc(host_ehi); in ahci_error_intr()
1621 ata_ehi_push_desc(host_ehi, "irq_stat 0x%08x", irq_stat); in ahci_error_intr()
1626 host_ehi->serror |= serror; in ahci_error_intr()
1643 host_ehi->serror &= ~SERR_INTERNAL; in ahci_error_intr()
1663 host_ehi->err_mask |= AC_ERR_HOST_BUS; in ahci_error_intr()
1664 host_ehi->action |= ATA_EH_RESET; in ahci_error_intr()
1665 ata_ehi_push_desc(host_ehi, "host bus error"); in ahci_error_intr()
1672 host_ehi->err_mask |= AC_ERR_ATA_BUS; in ahci_error_intr()
1673 host_ehi->action |= ATA_EH_RESET; in ahci_error_intr()
[all …]