Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ata/
Dahci.h149 PORT_IRQ_TF_ERR = (1 << 30), /* task file error */ enumerator
174 PORT_IRQ_TF_ERR |
Dlibahci.c1752 if (irq_stat & PORT_IRQ_TF_ERR) { in ahci_error_intr()
/Linux-v4.19/drivers/block/mtip32xx/
Dmtip32xx.c89 PORT_IRQ_TF_ERR | PORT_IRQ_HBUS_DATA_ERR | PORT_IRQ_IF_NONFATAL | \
95 PORT_IRQ_TF_ERR | PORT_IRQ_IF_ERR | \
776 if (likely(port_stat & (PORT_IRQ_TF_ERR | PORT_IRQ_IF_ERR))) { in mtip_process_errors()