Searched refs:ncq_prio_enable (Results 1 – 5 of 5) sorted by relevance
51 What: /sys/block/*/device/ncq_prio_enable
3597 sas_device_priv_data->ncq_prio_enable); in sas_ncq_prio_enable_show()3607 bool ncq_prio_enable = 0; in sas_ncq_prio_enable_store() local3609 if (kstrtobool(buf, &ncq_prio_enable)) in sas_ncq_prio_enable_store()3615 sas_device_priv_data->ncq_prio_enable = ncq_prio_enable; in sas_ncq_prio_enable_store()
458 u8 ncq_prio_enable; member
4715 if (sas_device_priv_data->ncq_prio_enable) { in scsih_qcmd()
267 bool ncq_prio_enable; in ata_ncq_prio_enable_show() local279 ncq_prio_enable = dev->flags & ATA_DFLAG_NCQ_PRIO_ENABLE; in ata_ncq_prio_enable_show()284 return rc ? rc : snprintf(buf, 20, "%u\n", ncq_prio_enable); in ata_ncq_prio_enable_show()333 DEVICE_ATTR(ncq_prio_enable, S_IRUGO | S_IWUSR,