Home
last modified time | relevance | path

Searched refs:ATA_QCFLAG_RETRY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dlibata-trace.c143 if (qc_flags & ATA_QCFLAG_RETRY) in libata_trace_parse_qc_flags()
H A Dlibata-eh.c1644 qc->flags |= ATA_QCFLAG_RETRY; in ata_eh_analyze_tf()
2079 qc->flags & ATA_QCFLAG_RETRY || in ata_eh_link_autopsy()
2109 qc->flags |= ATA_QCFLAG_RETRY; in ata_eh_link_autopsy()
3935 if (qc->flags & ATA_QCFLAG_RETRY) { in ata_eh_finish()
H A Dlibata-sata.c1536 qc->flags |= ATA_QCFLAG_RETRY; in ata_eh_analyze_ncq_error()
/openbmc/linux/include/linux/
H A Dlibata.h213 ATA_QCFLAG_RETRY = (1 << 7), /* retry after failure */ enumerator