Searched refs:ncq_prio_enable (Results 1 – 10 of 10) sorted by relevance
/openbmc/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
|
/openbmc/linux/drivers/ata/ |
H A D | libata-sata.c | 883 bool ncq_prio_enable; in ata_ncq_prio_enable_show() local 891 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,
|
/openbmc/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_app.c | 1893 return sysfs_emit(buf, "%d\n", sdev_priv_data->ncq_prio_enable); in sas_ncq_prio_enable_show() 1903 bool ncq_prio_enable = 0; in sas_ncq_prio_enable_store() local 1905 if (kstrtobool(buf, &ncq_prio_enable)) in sas_ncq_prio_enable_store() 1911 sdev_priv_data->ncq_prio_enable = ncq_prio_enable; in sas_ncq_prio_enable_store()
|
H A D | mpi3mr.h | 801 u8 ncq_prio_enable; member
|
H A D | mpi3mr_os.c | 4826 if (sdev_priv_data->ncq_prio_enable) { in mpi3mr_qcmd()
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_ctl.c | 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() local 4069 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()
|
H A D | mpt3sas_base.h | 486 u8 ncq_prio_enable; member
|
H A D | mpt3sas_scsih.c | 5212 if (sas_device_priv_data->ncq_prio_enable) { in scsih_qcmd()
|
/openbmc/linux/drivers/scsi/smartpqi/ |
H A D | smartpqi.h | 1142 u8 ncq_prio_enable; member
|
H A D | smartpqi_init.c | 547 if (device->ncq_prio_enable) { in pqi_is_io_high_priority() 7390 device->ncq_prio_enable); in pqi_sas_ncq_prio_enable_show() 7404 u8 ncq_prio_enable = 0; in pqi_sas_ncq_prio_enable_store() local 7406 if (kstrtou8(buf, 0, &ncq_prio_enable)) in pqi_sas_ncq_prio_enable_store() 7426 device->ncq_prio_enable = ncq_prio_enable; in pqi_sas_ncq_prio_enable_store()
|