Home
last modified time | relevance | path

Searched refs:PORT_IRQ_IF_ERR (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dahci.h137 PORT_IRQ_IF_ERR = BIT(27), /* interface fatal error */ enumerator
153 PORT_IRQ_IF_ERR |
H A Dlibahci.c1751 irq_stat &= ~PORT_IRQ_IF_ERR; in ahci_error_intr()
1789 if (irq_stat & PORT_IRQ_IF_ERR) { in ahci_error_intr()
/kernel/linux/linux-6.6/drivers/ata/
H A Dahci.h136 PORT_IRQ_IF_ERR = BIT(27), /* interface fatal error */ enumerator
152 PORT_IRQ_IF_ERR |
H A Dlibahci.c1796 irq_stat &= ~PORT_IRQ_IF_ERR; in ahci_error_intr()
1834 if (irq_stat & PORT_IRQ_IF_ERR) { in ahci_error_intr()
/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H A Dmtip32xx.c78 (PORT_IRQ_HBUS_ERR | PORT_IRQ_IF_ERR | PORT_IRQ_CONNECT | \
86 PORT_IRQ_TF_ERR | PORT_IRQ_IF_ERR | \
733 if (likely(port_stat & (PORT_IRQ_TF_ERR | PORT_IRQ_IF_ERR))) { in mtip_process_errors()
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H A Dmtip32xx.c77 (PORT_IRQ_HBUS_ERR | PORT_IRQ_IF_ERR | PORT_IRQ_CONNECT | \
85 PORT_IRQ_TF_ERR | PORT_IRQ_IF_ERR | \
721 if (likely(port_stat & (PORT_IRQ_TF_ERR | PORT_IRQ_IF_ERR))) { in mtip_process_errors()

Completed in 17 milliseconds