Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dlibata-trace.c135 if (qc_flags & ATA_QCFLAG_IO) in libata_trace_parse_qc_flags()
H A Dlibata-scsi.c1354 qc->flags |= ATA_QCFLAG_IO; in ata_scsi_flush_xlat()
1669 qc->flags |= ATA_QCFLAG_IO; in ata_scsi_rw_xlat()
H A Dlibata-eh.c1909 if (qc->flags & ATA_QCFLAG_IO) in ata_eh_worth_retry()
2114 if (qc->flags & ATA_QCFLAG_IO) in ata_eh_link_autopsy()
/openbmc/linux/include/linux/
H A Dlibata.h209 ATA_QCFLAG_IO = (1 << 3), /* standard IO command */ enumerator