Home
last modified time | relevance | path

Searched refs:ata_ncq_supported (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dlibata.h1781 static inline bool ata_ncq_supported(struct ata_device *dev) in ata_ncq_supported() function
1800 return ata_ncq_supported(dev) && !(dev->flags & ATA_DFLAG_NCQ_OFF); in ata_ncq_enabled()
/linux/drivers/ata/
H A Dlibata-sata.c1276 if (queue_depth == 1 || !ata_ncq_supported(dev)) { in ata_change_queue_depth()
H A Dlibata-scsi.c1123 if (ata_ncq_supported(dev)) in ata_scsi_dev_config()
H A Dlibata-core.c2680 if (!ata_ncq_supported(dev) || (dev->quirks & ATA_QUIRK_NO_FUA)) in ata_dev_config_fua()