Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/ata/
Dahci.h132 PORT_IRQ_TF_ERR = (1 << 30), /* task file error */ enumerator
157 PORT_IRQ_TF_ERR |
Dlibahci.c1785 if (irq_stat & PORT_IRQ_TF_ERR) { in ahci_error_intr()
/Linux-v6.1/drivers/block/mtip32xx/
Dmtip32xx.c79 PORT_IRQ_TF_ERR | PORT_IRQ_HBUS_DATA_ERR | PORT_IRQ_IF_NONFATAL | \
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()