Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ata/
H A Dlibahci.c1714 struct ata_eh_info *active_ehi; in ahci_error_intr() local
1738 active_ehi = &link->eh_info; in ahci_error_intr()
1761 active_ehi->err_mask |= AC_ERR_DEV; in ahci_error_intr()
1770 active_ehi->err_mask |= AC_ERR_HSM; in ahci_error_intr()
1771 active_ehi->action |= ATA_EH_RESET; in ahci_error_intr()
1772 ata_ehi_push_desc(active_ehi, in ahci_error_intr()
1778 active_ehi->err_mask |= AC_ERR_HSM; in ahci_error_intr()
1779 active_ehi->action |= ATA_EH_RESET; in ahci_error_intr()
1780 ata_ehi_push_desc(active_ehi, "incorrect PMP"); in ahci_error_intr()
1791 active_ehi in ahci_error_intr()
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibahci.c1759 struct ata_eh_info *active_ehi; in ahci_error_intr() local
1783 active_ehi = &link->eh_info; in ahci_error_intr()
1806 active_ehi->err_mask |= AC_ERR_DEV; in ahci_error_intr()
1815 active_ehi->err_mask |= AC_ERR_HSM; in ahci_error_intr()
1816 active_ehi->action |= ATA_EH_RESET; in ahci_error_intr()
1817 ata_ehi_push_desc(active_ehi, in ahci_error_intr()
1823 active_ehi->err_mask |= AC_ERR_HSM; in ahci_error_intr()
1824 active_ehi->action |= ATA_EH_RESET; in ahci_error_intr()
1825 ata_ehi_push_desc(active_ehi, "incorrect PMP"); in ahci_error_intr()
1836 active_ehi in ahci_error_intr()
[all...]

Completed in 6 milliseconds