Searched refs:PORT_IRQ_TF_ERR (Results 1 – 5 of 5) sorted by relevance
66 #define PORT_IRQ_TF_ERR (1 << 30) /* task file error */ macro84 #define PORT_IRQ_FATAL PORT_IRQ_TF_ERR | PORT_IRQ_HBUS_ERR \
142 #define PORT_IRQ_TF_ERR (1 << 30) /* task file error */ macro164 #define PORT_IRQ_ERROR (PORT_IRQ_FREEZE | PORT_IRQ_TF_ERR | \
133 PORT_IRQ_TF_ERR = BIT(30), /* task file error */ enumerator158 PORT_IRQ_TF_ERR |
1798 if (irq_stat & PORT_IRQ_TF_ERR) { in ahci_error_intr()
79 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()