Searched refs:ATA_DFLAG_NCQ_PRIO_ENABLE (Results 1 – 3 of 3) sorted by relevance
876 ncq_prio_enable = dev->flags & ATA_DFLAG_NCQ_PRIO_ENABLE; in ata_ncq_prio_enable_show()911 dev->flags |= ATA_DFLAG_NCQ_PRIO_ENABLE; in ata_ncq_prio_enable_store()913 dev->flags &= ~ATA_DFLAG_NCQ_PRIO_ENABLE; in ata_ncq_prio_enable_store()
715 if (dev->flags & ATA_DFLAG_NCQ_PRIO_ENABLE && in ata_build_rw_tf()2200 dev->flags &= ~ATA_DFLAG_NCQ_PRIO_ENABLE; in ata_dev_config_ncq_prio()
152 ATA_DFLAG_NCQ_PRIO_ENABLE = (1 << 21), /* Priority cmds sent to dev */ enumerator
Completed in 20 milliseconds