Searched refs:ncq_prio_supported (Results 1 – 2 of 2) sorted by relevance
62 (see ncq_prio_supported).78 What: /sys/block/*/device/ncq_prio_supported92 (RO) This is the equivalent of the ncq_prio_supported attribute
844 bool ncq_prio_supported; in ata_ncq_prio_supported_show() local852 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