Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlibata.h1719 static inline bool ata_ncq_supported(struct ata_device *dev) in ata_ncq_supported() function
1738 return ata_ncq_supported(dev) && !(dev->flags & ATA_DFLAG_NCQ_OFF); in ata_ncq_enabled()
/openbmc/linux/drivers/ata/
H A Dlibata-sata.c1085 if (queue_depth == 1 || !ata_ncq_supported(dev)) { in ata_change_queue_depth()
H A Dlibata-scsi.c1124 if (ata_ncq_supported(dev)) in ata_scsi_dev_config()
H A Dlibata-core.c2690 if (!ata_ncq_supported(dev) || (dev->horkage & ATA_HORKAGE_NO_FUA)) in ata_dev_config_fua()