Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/ata/
Dahci.h223 AHCI_HFLAG_SRST_TOUT_IS_OFFLINE = BIT(11), /* treat SRST timeout as enumerator
Dahci.c1854 hpriv->flags |= AHCI_HFLAG_SRST_TOUT_IS_OFFLINE; in ahci_init_one()
Dlibahci.c1506 if (rc == -EBUSY && hpriv->flags & AHCI_HFLAG_SRST_TOUT_IS_OFFLINE) { in ahci_do_softreset()