Searched defs:ATA_QCFLAG_ACTIVE (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dlibata.h257 ATA_QCFLAG_ACTIVE = (1 << 0), /* cmd not yet ack'd to scsi lyer */ enumerator in enum:__anon478
1639 if ((qc->flags & (ATA_QCFLAG_ACTIVE |
1640 ATA_QCFLAG_FAILED)) == ATA_QCFLAG_ACTIVE)

Completed in 101 milliseconds