Searched refs:ATA_QCFLAG_ACTIVE (Results 1 – 1 of 1) sorted by relevance
249 ATA_QCFLAG_ACTIVE = (1 << 0), /* cmd not yet ack'd to scsi lyer */ enumerator1777 if ((qc->flags & (ATA_QCFLAG_ACTIVE | in ata_qc_from_tag()1778 ATA_QCFLAG_FAILED)) == ATA_QCFLAG_ACTIVE) in ata_qc_from_tag()