Searched refs:ncq_prio_enable (Results 1 – 7 of 7) sorted by relevance
53 What: /sys/block/*/device/ncq_prio_enable70 (RW) This is the equivalent of the ncq_prio_enable attribute
868 bool ncq_prio_enable; in ata_ncq_prio_enable_show() local876 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,
525 u8 ncq_prio_enable; member
3502 if (sdev_priv_data->ncq_prio_enable) { in mpi3mr_qcmd()
3956 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() local3968 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()
484 u8 ncq_prio_enable; member
5200 if (sas_device_priv_data->ncq_prio_enable) { in scsih_qcmd()