Home
last modified time | relevance | path

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

/linux-4.1.27/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.c961 ap->link.flags |= ATA_LFLAG_NO_SRST | ATA_LFLAG_ASSUME_ATA; in ahci_p5wdh_workaround()
Dlibata-eh.c2620 if ((link->flags & ATA_LFLAG_NO_SRST) || ata_link_offline(link)) in ata_eh_followup_srst_needed()
2658 if (link->flags & ATA_LFLAG_NO_SRST) in ata_eh_reset()
Dlibata-core.c6510 { "nosrst", .lflags = ATA_LFLAG_NO_SRST }, in ata_parse_force_one()
6511 { "norst", .lflags = ATA_LFLAG_NO_HRST | ATA_LFLAG_NO_SRST }, in ata_parse_force_one()
/linux-4.1.27/include/linux/
Dlibata.h199 ATA_LFLAG_NO_SRST = (1 << 2), /* avoid softreset */ enumerator