Home
last modified time | relevance | path

Searched refs:PORT_IRQ_UNK_FIS (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/ata/
Dahci.h145 PORT_IRQ_UNK_FIS = (1 << 4), /* unknown FIS rx'd */ enumerator
155 PORT_IRQ_UNK_FIS |
Dsata_sil24.c161 PORT_IRQ_UNK_FIS = (1 << 6), /* unknown FIS received */ enumerator
170 PORT_IRQ_UNK_FIS | PORT_IRQ_SDB_NOTIFY,
1004 if (irq_stat & PORT_IRQ_UNK_FIS) { in sil24_error_intr()
Dlibahci.c1751 if (irq_stat & PORT_IRQ_UNK_FIS) { in ahci_error_intr()
/Linux-v5.10/drivers/block/mtip32xx/
Dmtip32xx.c79 PORT_IRQ_PHYRDY | PORT_IRQ_UNK_FIS | PORT_IRQ_BAD_PMP | \