Searched refs:ncq_prio_enable (Results 1 – 9 of 9) sorted by relevance
53 What: /sys/block/*/device/ncq_prio_enable70 (RW) This is the equivalent of the ncq_prio_enable attribute
883 bool ncq_prio_enable; in ata_ncq_prio_enable_show() local891 ncq_prio_enable = dev->flags & ATA_DFLAG_NCQ_PRIO_ENABLED; in ata_ncq_prio_enable_show()894 return rc ? rc : sysfs_emit(buf, "%u\n", ncq_prio_enable); in ata_ncq_prio_enable_show()943 DEVICE_ATTR(ncq_prio_enable, S_IRUGO | S_IWUSR,
4057 sas_device_priv_data->ncq_prio_enable); in sas_ncq_prio_enable_show()4067 bool ncq_prio_enable = 0; in sas_ncq_prio_enable_store() local4069 if (kstrtobool(buf, &ncq_prio_enable)) in sas_ncq_prio_enable_store()4075 sas_device_priv_data->ncq_prio_enable = ncq_prio_enable; in sas_ncq_prio_enable_store()
486 u8 ncq_prio_enable; member
5212 if (sas_device_priv_data->ncq_prio_enable) { in scsih_qcmd()
801 u8 ncq_prio_enable; member
4803 if (sdev_priv_data->ncq_prio_enable) { in mpi3mr_qcmd()
1142 u8 ncq_prio_enable; member
547 if (device->ncq_prio_enable) { in pqi_is_io_high_priority()7374 device->ncq_prio_enable); in pqi_sas_ncq_prio_enable_show()7388 u8 ncq_prio_enable = 0; in pqi_sas_ncq_prio_enable_store() local7390 if (kstrtou8(buf, 0, &ncq_prio_enable)) in pqi_sas_ncq_prio_enable_store()7410 device->ncq_prio_enable = ncq_prio_enable; in pqi_sas_ncq_prio_enable_store()