Searched refs:ncq_prio_enable (Results 1 – 5 of 5) sorted by relevance
844 bool ncq_prio_enable; in ata_ncq_prio_enable_show() local856 ncq_prio_enable = dev->flags & ATA_DFLAG_NCQ_PRIO_ENABLE; in ata_ncq_prio_enable_show()861 return rc ? rc : snprintf(buf, 20, "%u\n", ncq_prio_enable); in ata_ncq_prio_enable_show()910 DEVICE_ATTR(ncq_prio_enable, S_IRUGO | S_IWUSR,
53 What: /sys/block/*/device/ncq_prio_enable
3879 sas_device_priv_data->ncq_prio_enable); in sas_ncq_prio_enable_show()3889 bool ncq_prio_enable = 0; in sas_ncq_prio_enable_store() local3891 if (kstrtobool(buf, &ncq_prio_enable)) in sas_ncq_prio_enable_store()3897 sas_device_priv_data->ncq_prio_enable = ncq_prio_enable; in sas_ncq_prio_enable_store()
472 u8 ncq_prio_enable; member
5016 if (sas_device_priv_data->ncq_prio_enable) { in scsih_qcmd()