Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dahci.h223 AHCI_HFLAG_SRST_TOUT_IS_OFFLINE = BIT(11), /* treat SRST timeout as enumerator
H A Dahci.c1953 hpriv->flags |= AHCI_HFLAG_SRST_TOUT_IS_OFFLINE; in ahci_init_one()
H A Dlibahci.c1499 if (rc == -EBUSY && hpriv->flags & AHCI_HFLAG_SRST_TOUT_IS_OFFLINE) { in ahci_do_softreset()