Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ata/
H A Dlibahci.c1711 struct ata_eh_info *host_ehi = &ap->link.eh_info; in ahci_error_intr() local
1741 ata_ehi_clear_desc(host_ehi); in ahci_error_intr()
1742 ata_ehi_push_desc(host_ehi, "irq_stat 0x%08x", irq_stat); in ahci_error_intr()
1747 host_ehi->serror |= serror; in ahci_error_intr()
1764 host_ehi->serror &= ~SERR_INTERNAL; in ahci_error_intr()
1784 host_ehi->err_mask |= AC_ERR_HOST_BUS; in ahci_error_intr()
1785 host_ehi->action |= ATA_EH_RESET; in ahci_error_intr()
1786 ata_ehi_push_desc(host_ehi, "host bus error"); in ahci_error_intr()
1793 host_ehi->err_mask |= AC_ERR_ATA_BUS; in ahci_error_intr()
1794 host_ehi in ahci_error_intr()
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibahci.c1756 struct ata_eh_info *host_ehi = &ap->link.eh_info; in ahci_error_intr() local
1786 ata_ehi_clear_desc(host_ehi); in ahci_error_intr()
1787 ata_ehi_push_desc(host_ehi, "irq_stat 0x%08x", irq_stat); in ahci_error_intr()
1792 host_ehi->serror |= serror; in ahci_error_intr()
1809 host_ehi->serror &= ~SERR_INTERNAL; in ahci_error_intr()
1829 host_ehi->err_mask |= AC_ERR_HOST_BUS; in ahci_error_intr()
1830 host_ehi->action |= ATA_EH_RESET; in ahci_error_intr()
1831 ata_ehi_push_desc(host_ehi, "host bus error"); in ahci_error_intr()
1838 host_ehi->err_mask |= AC_ERR_ATA_BUS; in ahci_error_intr()
1839 host_ehi in ahci_error_intr()
[all...]

Completed in 6 milliseconds