Lines Matching refs:ql2xmaxqueues
144 int ql2xmaxqueues = 1; variable
145 module_param(ql2xmaxqueues, int, S_IRUGO);
146 MODULE_PARM_DESC(ql2xmaxqueues,
1573 if ((ql2xmaxqueues <= 1 && !ql2xmultique_tag) || in qla2x00_iospace_config()
1574 (ql2xmaxqueues > 1 && ql2xmultique_tag) || in qla2x00_iospace_config()
1593 } else if (ql2xmaxqueues > 1) { in qla2x00_iospace_config()
1594 ha->max_req_queues = ql2xmaxqueues > QLA_MQ_SIZE ? in qla2x00_iospace_config()
1595 QLA_MQ_SIZE : ql2xmaxqueues; in qla2x00_iospace_config()
1684 } else if (ql2xmaxqueues > 1) { in qla83xx_iospace_config()
1685 ha->max_req_queues = ql2xmaxqueues > QLA_MQ_SIZE ? in qla83xx_iospace_config()
1686 QLA_MQ_SIZE : ql2xmaxqueues; in qla83xx_iospace_config()