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
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()
5524 if (sas_device_priv_data->ncq_prio_enable) { in scsih_qcmd()
862 if (sdev_priv->ncq_prio_enable && in build_scsiio_req_control()1879 return sysfs_emit(buf, "%d\n", sas_device_priv_data->ncq_prio_enable); in sas_ncq_prio_enable_show()1902 sas_device_priv_data->ncq_prio_enable = enable; in sas_ncq_prio_enable_store()
1076 u8 ncq_prio_enable; member
1015 __ATTR(ncq_prio_enable, S_IRUGO | S_IWUSR,
1168 DEVICE_ATTR(ncq_prio_enable, S_IRUGO | S_IWUSR,
1157 u8 ncq_prio_enable; member
5258 if (sdev_priv_data->ncq_prio_enable) { in mpi3mr_qcmd()