Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c44 static unsigned int mq_enabled = IBMVFC_MQ; variable
59 module_param_named(mq, mq_enabled, uint, S_IRUGO);
1494 if (vhost->mq_enabled || vhost->using_channels) in ibmvfc_set_login_info()
2467 if (vhost->mq_enabled && vhost->using_channels) { in ibmvfc_wait_for_ops()
2730 if (vhost->mq_enabled && vhost->using_channels) in ibmvfc_cancel_all()
5965 if (!vhost->mq_enabled || !vhost->scsi_scrqs.scrqs) in ibmvfc_reg_sub_crqs()
5985 if (!vhost->mq_enabled || !vhost->scsi_scrqs.scrqs) in ibmvfc_dereg_sub_crqs()
6000 if (!vhost->mq_enabled) in ibmvfc_init_sub_crqs()
6022 vhost->mq_enabled = 0; in ibmvfc_init_sub_crqs()
6251 shost->nr_hw_queues = mq_enabled ? min(max_scsi_queues, nr_scsi_hw_queues) : 1; in ibmvfc_probe()
[all …]
H A Dibmvfc.h881 int mq_enabled; member