Searched refs:ncq_prio_enable (Results 1 – 11 of 11) sorted by relevance
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-block-device | 53 What: /sys/block/*/device/ncq_prio_enable 70 (RW) This is the equivalent of the ncq_prio_enable attribute
|
| /linux/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_app.c | 3446 return sysfs_emit(buf, "%d\n", sdev_priv_data->ncq_prio_enable); in sas_ncq_prio_enable_show() 3456 bool ncq_prio_enable = 0; in sas_ncq_prio_enable_store() local 3458 if (kstrtobool(buf, &ncq_prio_enable)) in sas_ncq_prio_enable_store() 3464 sdev_priv_data->ncq_prio_enable = ncq_prio_enable; in sas_ncq_prio_enable_store()
|
| H A D | mpi3mr.h | 859 u8 ncq_prio_enable; member
|
| H A D | mpi3mr_os.c | 5226 if (sdev_priv_data->ncq_prio_enable) { in mpi3mr_qcmd()
|
| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_ctl.c | 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() local 4392 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()
|
| H A D | mpt3sas_base.h | 488 u8 ncq_prio_enable; member
|
| H A D | mpt3sas_scsih.c | 5512 if (sas_device_priv_data->ncq_prio_enable) { in scsih_qcmd()
|
| /linux/drivers/scsi/libsas/ |
| H A D | sas_ata.c | 1015 __ATTR(ncq_prio_enable, S_IRUGO | S_IWUSR,
|
| /linux/drivers/ata/ |
| H A D | libata-sata.c | 1168 DEVICE_ATTR(ncq_prio_enable, S_IRUGO | S_IWUSR,
|
| /linux/drivers/scsi/smartpqi/ |
| H A D | smartpqi.h | 1157 u8 ncq_prio_enable; member
|
| H A D | smartpqi_init.c | 549 if (device->ncq_prio_enable) { in pqi_is_io_high_priority() 7477 device->ncq_prio_enable); in pqi_sas_ncq_prio_enable_show() 7491 u8 ncq_prio_enable = 0; in pqi_sas_ncq_prio_enable_store() local 7493 if (kstrtou8(buf, 0, &ncq_prio_enable)) in pqi_sas_ncq_prio_enable_store() 7513 device->ncq_prio_enable = ncq_prio_enable; in pqi_sas_ncq_prio_enable_store()
|