Searched refs:ATA_LFLAG_NO_SRST (Results 1 – 4 of 4) sorted by relevance
2820 if ((link->flags & ATA_LFLAG_NO_SRST) || ata_link_offline(link)) in ata_eh_followup_srst_needed()2861 if (link->flags & ATA_LFLAG_NO_SRST) in ata_eh_reset()
2101 ap->link.flags |= ATA_LFLAG_NO_SRST | ATA_LFLAG_ASSUME_ATA; in ahci_p5wdh_workaround()
6691 force_lflag_on(nosrst, ATA_LFLAG_NO_SRST),6692 force_lflag_on(norst, ATA_LFLAG_NO_HRST | ATA_LFLAG_NO_SRST),
215 ATA_LFLAG_NO_SRST = (1 << 2), /* avoid softreset */ enumerator