Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/megaraid/
Dmegaraid_sas_base.c1961 u32 tgt_device_qd; in megasas_set_fw_assisted_qd() local
1982 tgt_device_qd = le32_to_cpu(instance->tgt_prop->device_qdepth); in megasas_set_fw_assisted_qd()
1983 if (tgt_device_qd && in megasas_set_fw_assisted_qd()
1984 (tgt_device_qd <= instance->host->can_queue)) in megasas_set_fw_assisted_qd()
1985 device_qd = tgt_device_qd; in megasas_set_fw_assisted_qd()