Searched refs:ATA_LFLAG_NO_SRST (Results 1 – 5 of 5) sorted by relevance
397 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()
2650 if ((link->flags & ATA_LFLAG_NO_SRST) || ata_link_offline(link)) in ata_eh_followup_srst_needed()2688 if (link->flags & ATA_LFLAG_NO_SRST) in ata_eh_reset()
1016 ap->link.flags |= ATA_LFLAG_NO_SRST | ATA_LFLAG_ASSUME_ATA; in ahci_p5wdh_workaround()
6913 { "nosrst", .lflags = ATA_LFLAG_NO_SRST }, in ata_parse_force_one()6914 { "norst", .lflags = ATA_LFLAG_NO_HRST | ATA_LFLAG_NO_SRST }, in ata_parse_force_one()
197 ATA_LFLAG_NO_SRST = (1 << 2), /* avoid softreset */ enumerator