Home
last modified time | relevance | path

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

/linux-6.15/drivers/ata/
H A Dlibahci.c1754 struct ata_eh_info *host_ehi = &ap->link.eh_info; in ahci_error_intr() local
1784 ata_ehi_clear_desc(host_ehi); in ahci_error_intr()
1790 host_ehi->serror |= serror; in ahci_error_intr()
1807 host_ehi->serror &= ~SERR_INTERNAL; in ahci_error_intr()
1827 host_ehi->err_mask |= AC_ERR_HOST_BUS; in ahci_error_intr()
1828 host_ehi->action |= ATA_EH_RESET; in ahci_error_intr()
1829 ata_ehi_push_desc(host_ehi, "host bus error"); in ahci_error_intr()
1836 host_ehi->err_mask |= AC_ERR_ATA_BUS; in ahci_error_intr()
1837 host_ehi->action |= ATA_EH_RESET; in ahci_error_intr()
1844 ata_ehi_hotplugged(host_ehi); in ahci_error_intr()
[all …]