Home
last modified time | relevance | path

Searched refs:ncq_prio_enable (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-block-device53 What: /sys/block/*/device/ncq_prio_enable
70 (RW) This is the equivalent of the ncq_prio_enable attribute
/Linux-v5.15/drivers/ata/
Dlibata-sata.c868 bool ncq_prio_enable; in ata_ncq_prio_enable_show() local
876 ncq_prio_enable = dev->flags & ATA_DFLAG_NCQ_PRIO_ENABLE; in ata_ncq_prio_enable_show()
879 return rc ? rc : snprintf(buf, 20, "%u\n", ncq_prio_enable); in ata_ncq_prio_enable_show()
921 DEVICE_ATTR(ncq_prio_enable, S_IRUGO | S_IWUSR,
/Linux-v5.15/drivers/scsi/mpi3mr/
Dmpi3mr.h525 u8 ncq_prio_enable; member
Dmpi3mr_os.c3502 if (sdev_priv_data->ncq_prio_enable) { in mpi3mr_qcmd()
/Linux-v5.15/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.c3956 sas_device_priv_data->ncq_prio_enable); in sas_ncq_prio_enable_show()
3966 bool ncq_prio_enable = 0; in sas_ncq_prio_enable_store() local
3968 if (kstrtobool(buf, &ncq_prio_enable)) in sas_ncq_prio_enable_store()
3974 sas_device_priv_data->ncq_prio_enable = ncq_prio_enable; in sas_ncq_prio_enable_store()
Dmpt3sas_base.h484 u8 ncq_prio_enable; member
Dmpt3sas_scsih.c5200 if (sas_device_priv_data->ncq_prio_enable) { in scsih_qcmd()