Home
last modified time | relevance | path

Searched refs:ATA_LFLAG_NO_SRST (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/ata/
Dlibata-pmp.c397 link->flags |= ATA_LFLAG_NO_SRST | in sata_pmp_quirks()
402 link->flags |= ATA_LFLAG_NO_SRST | in sata_pmp_quirks()
415 ATA_LFLAG_NO_SRST | in sata_pmp_quirks()
429 link->flags |= ATA_LFLAG_NO_SRST | in sata_pmp_quirks()
436 link->flags |= ATA_LFLAG_NO_SRST | in sata_pmp_quirks()
460 ATA_LFLAG_NO_SRST | in sata_pmp_quirks()
Dahci.c782 ap->link.flags |= ATA_LFLAG_NO_SRST | ATA_LFLAG_ASSUME_ATA; in ahci_p5wdh_workaround()
Dlibata-eh.c2539 if ((link->flags & ATA_LFLAG_NO_SRST) || ata_link_offline(link)) in ata_eh_followup_srst_needed()
2575 if (link->flags & ATA_LFLAG_NO_SRST) in ata_eh_reset()
Dlibata-core.c6408 { "nosrst", .lflags = ATA_LFLAG_NO_SRST }, in ata_parse_force_one()
6409 { "norst", .lflags = ATA_LFLAG_NO_HRST | ATA_LFLAG_NO_SRST }, in ata_parse_force_one()
/linux-3.4.99/include/linux/
Dlibata.h177 ATA_LFLAG_NO_SRST = (1 << 2), /* avoid softreset */ enumerator