Searched refs:ATA_QCFLAG_ACTIVE (Results 1 – 7 of 7) sorted by relevance
131 if (qc_flags & ATA_QCFLAG_ACTIVE) in libata_trace_parse_qc_flags()
1605 if (qc->flags & ATA_QCFLAG_ACTIVE) { in ata_exec_internal_sg()4758 WARN_ON_ONCE(!(qc->flags & ATA_QCFLAG_ACTIVE)); in __ata_qc_complete()4784 qc->flags &= ~ATA_QCFLAG_ACTIVE; in __ata_qc_complete()4985 qc->flags |= ATA_QCFLAG_ACTIVE; in ata_qc_issue()
923 WARN_ON_ONCE((qc->flags & ATA_QCFLAG_ACTIVE) == 0); in ata_sff_hsm_move()
630 if (qc->flags & ATA_QCFLAG_ACTIVE && in ata_scsi_cmd_error_handler()
206 ATA_QCFLAG_ACTIVE = (1 << 0), /* cmd not yet ack'd to scsi lyer */ enumerator1789 if ((qc->flags & (ATA_QCFLAG_ACTIVE | in ata_qc_from_tag()1790 ATA_QCFLAG_EH)) == ATA_QCFLAG_ACTIVE) in ata_qc_from_tag()
639 qc->flags &= ~ATA_QCFLAG_ACTIVE; in sas_ata_task_abort()
473 2. ATA_QCFLAG_ACTIVE is cleared from qc->flags.