Searched refs:ATA_DFLAG_DEPOP_RESTORE (Results 1 – 3 of 3) sorted by relevance
143 ATA_DFLAG_DEPOP_RESTORE = (1UL << 15), /* supports depopulation restoration */ enumerator169 ATA_DFLAG_DEPOP_RESTORE |
2744 dev->flags |= ATA_DFLAG_DEPOP_RESTORE; in ata_dev_config_depop()2769 dev->flags &= ~(ATA_DFLAG_DEPOP | ATA_DFLAG_DEPOP_RESTORE | in ata_dev_config_depop()3022 dev->flags & ATA_DFLAG_DEPOP_RESTORE ? " Depop-Restore" : "", in ata_dev_print_features()
3928 return dev->flags & ATA_DFLAG_DEPOP_RESTORE; in ata_scsi_cmd_is_supported()4929 if (!(dev->flags & ATA_DFLAG_DEPOP_RESTORE)) { in ata_scsi_restore_elements_and_rebuild_xlat()