Searched refs:ATA_DFLAG_SLEEPING (Results 1 – 3 of 3) sorted by relevance
2038 if (dev->flags & ATA_DFLAG_SLEEPING) in ata_dev_power_set_active()4924 dev->flags |= ATA_DFLAG_SLEEPING; in ata_qc_complete()5009 if (unlikely(qc->dev->flags & ATA_DFLAG_SLEEPING)) { in ata_qc_issue()
2799 dev->flags &= ~ATA_DFLAG_SLEEPING; in ata_eh_reset()
102 ATA_DFLAG_SLEEPING = (1 << 16), /* device is sleeping */ enumerator