Lines Matching defs:mq_enabled
44 static unsigned int mq_enabled = IBMVFC_MQ;
59 module_param_named(mq, mq_enabled, uint, S_IRUGO);
1494 if (vhost->mq_enabled || vhost->using_channels)
2467 if (vhost->mq_enabled && vhost->using_channels) {
2730 if (vhost->mq_enabled && vhost->using_channels)
5965 if (!vhost->mq_enabled || !vhost->scsi_scrqs.scrqs)
5985 if (!vhost->mq_enabled || !vhost->scsi_scrqs.scrqs)
6000 if (!vhost->mq_enabled)
6022 vhost->mq_enabled = 0;
6251 shost->nr_hw_queues = mq_enabled ? min(max_scsi_queues, nr_scsi_hw_queues) : 1;
6263 vhost->mq_enabled = mq_enabled;