Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/ata/
Dahci.h133 PORT_IRQ_TF_ERR = (1 << 30), /* task file error */ enumerator
158 PORT_IRQ_TF_ERR |
Dlibahci.c1737 if (irq_stat & PORT_IRQ_TF_ERR) { in ahci_error_intr()
/Linux-v5.10/drivers/block/mtip32xx/
Dmtip32xx.c80 PORT_IRQ_TF_ERR | PORT_IRQ_HBUS_DATA_ERR | PORT_IRQ_IF_NONFATAL | \
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()