Home
last modified time | relevance | path

Searched refs:ncq_prio_supported (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-block-device62 (see ncq_prio_supported).
78 What: /sys/block/*/device/ncq_prio_supported
92 (RO) This is the equivalent of the ncq_prio_supported attribute
/linux-6.3-rc2/drivers/ata/
A Dlibata-sata.c844 bool ncq_prio_supported; in ata_ncq_prio_supported_show() local
852 ncq_prio_supported = dev->flags & ATA_DFLAG_NCQ_PRIO; in ata_ncq_prio_supported_show()
855 return rc ? rc : sysfs_emit(buf, "%u\n", ncq_prio_supported); in ata_ncq_prio_supported_show()
858 DEVICE_ATTR(ncq_prio_supported, S_IRUGO, ata_ncq_prio_supported_show, NULL);

Completed in 4 milliseconds