Searched refs:ncq_prio_enable (Results 1 – 4 of 4) sorted by relevance
53 What: /sys/block/*/device/ncq_prio_enable70 (RW) This is the equivalent of the ncq_prio_enable attribute
4380 sas_device_priv_data->ncq_prio_enable); in sas_ncq_prio_enable_show()4390 bool ncq_prio_enable = 0; in sas_ncq_prio_enable_store() local4392 if (kstrtobool(buf, &ncq_prio_enable)) in sas_ncq_prio_enable_store()4398 sas_device_priv_data->ncq_prio_enable = ncq_prio_enable; in sas_ncq_prio_enable_store()
1015 __ATTR(ncq_prio_enable, S_IRUGO | S_IWUSR,
1157 u8 ncq_prio_enable; member