Searched refs:ATA_LFLAG_NO_HRST (Results 1 – 3 of 3) sorted by relevance
2854 if (link->flags & ATA_LFLAG_NO_HRST) in ata_eh_reset()4114 link->flags |= ATA_LFLAG_NO_HRST; in ata_std_error_handler()
6566 force_lflag_on(nohrst, ATA_LFLAG_NO_HRST),6568 force_lflag_on(norst, ATA_LFLAG_NO_HRST | ATA_LFLAG_NO_SRST),
204 ATA_LFLAG_NO_HRST = (1 << 1), /* avoid hardreset */ enumerator