Searched refs:ATA_QCFLAG_RETRY (Results 1 – 3 of 3) sorted by relevance
143 if (qc_flags & ATA_QCFLAG_RETRY) in libata_trace_parse_qc_flags()
1730 qc->flags |= ATA_QCFLAG_RETRY; in ata_eh_analyze_tf()2346 qc->flags & ATA_QCFLAG_RETRY || in ata_eh_link_autopsy()2376 qc->flags |= ATA_QCFLAG_RETRY; in ata_eh_link_autopsy()4071 if (qc->flags & ATA_QCFLAG_RETRY) { in ata_eh_finish()
278 ATA_QCFLAG_RETRY = (1 << 7), /* retry after failure */ enumerator