Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlibata.h1814 static inline bool ata_ncq_supported(struct ata_device *dev) in ata_ncq_supported() function
1833 return ata_ncq_supported(dev) && !(dev->flags & ATA_DFLAG_NCQ_OFF); in ata_ncq_enabled()
/linux/drivers/ata/
H A Dlibata-sata.c1310 if (queue_depth == 1 || !ata_ncq_supported(dev)) { in ata_change_queue_depth()
H A Dlibata-core.c2841 if (!ata_ncq_supported(dev) || (dev->quirks & ATA_QUIRK_NO_FUA)) in ata_dev_config_fua()