Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/ata/
Dahci.h144 PORT_IRQ_UNK_FIS = (1 << 4), /* unknown FIS rx'd */ enumerator
154 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.c1799 if (irq_stat & PORT_IRQ_UNK_FIS) { in ahci_error_intr()
/Linux-v6.1/drivers/block/mtip32xx/
Dmtip32xx.c78 PORT_IRQ_PHYRDY | PORT_IRQ_UNK_FIS | PORT_IRQ_BAD_PMP | \