Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ata/
Dlibahci.c1593 struct ata_eh_info *active_ehi; in ahci_error_intr() local
1617 active_ehi = &link->eh_info; in ahci_error_intr()
1640 active_ehi->err_mask |= AC_ERR_DEV; in ahci_error_intr()
1649 active_ehi->err_mask |= AC_ERR_HSM; in ahci_error_intr()
1650 active_ehi->action |= ATA_EH_RESET; in ahci_error_intr()
1651 ata_ehi_push_desc(active_ehi, in ahci_error_intr()
1657 active_ehi->err_mask |= AC_ERR_HSM; in ahci_error_intr()
1658 active_ehi->action |= ATA_EH_RESET; in ahci_error_intr()
1659 ata_ehi_push_desc(active_ehi, "incorrect PMP"); in ahci_error_intr()
1670 active_ehi->err_mask |= AC_ERR_DEV; in ahci_error_intr()