Searched refs:ATA_LFLAG_NO_SRST (Results 1 – 5 of 5) sorted by relevance
407 link->flags |= ATA_LFLAG_NO_SRST | in sata_pmp_quirks()412 link->flags |= ATA_LFLAG_NO_SRST | in sata_pmp_quirks()425 ATA_LFLAG_NO_SRST | in sata_pmp_quirks()439 link->flags |= ATA_LFLAG_NO_SRST | in sata_pmp_quirks()446 link->flags |= ATA_LFLAG_NO_SRST | in sata_pmp_quirks()470 ATA_LFLAG_NO_SRST | in sata_pmp_quirks()
2825 if ((link->flags & ATA_LFLAG_NO_SRST) || ata_link_offline(link)) in ata_eh_followup_srst_needed()2866 if (link->flags & ATA_LFLAG_NO_SRST) in ata_eh_reset()
1173 ap->link.flags |= ATA_LFLAG_NO_SRST | ATA_LFLAG_ASSUME_ATA; in ahci_p5wdh_workaround()
6575 force_lflag_on(nosrst, ATA_LFLAG_NO_SRST),6576 force_lflag_on(norst, ATA_LFLAG_NO_HRST | ATA_LFLAG_NO_SRST),
205 ATA_LFLAG_NO_SRST = (1 << 2), /* avoid softreset */ enumerator