Home
last modified time | relevance | path

Searched refs:ATA_LFLAG_NO_HRST (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dlibata.h179 ATA_LFLAG_NO_HRST = (1 << 1), /* avoid hardreset */ enumerator
/kernel/linux/linux-5.10/drivers/ata/
Dlibata-core.c6178 { "nohrst", .lflags = ATA_LFLAG_NO_HRST }, in ata_parse_force_one()
6180 { "norst", .lflags = ATA_LFLAG_NO_HRST | ATA_LFLAG_NO_SRST }, in ata_parse_force_one()
Dlibata-eh.c2477 if (link->flags & ATA_LFLAG_NO_HRST) in ata_eh_reset()