Lines Matching refs:ql2xmaxqueues
144 int ql2xmaxqueues = 1; variable
145 module_param(ql2xmaxqueues, int, S_IRUGO);
146 MODULE_PARM_DESC(ql2xmaxqueues,
1561 if ((ql2xmaxqueues <= 1 && !ql2xmultique_tag) || in qla2x00_iospace_config()
1562 (ql2xmaxqueues > 1 && ql2xmultique_tag) || in qla2x00_iospace_config()
1581 } else if (ql2xmaxqueues > 1) { in qla2x00_iospace_config()
1582 ha->max_req_queues = ql2xmaxqueues > QLA_MQ_SIZE ? in qla2x00_iospace_config()
1583 QLA_MQ_SIZE : ql2xmaxqueues; in qla2x00_iospace_config()
1672 } else if (ql2xmaxqueues > 1) { in qla83xx_iospace_config()
1673 ha->max_req_queues = ql2xmaxqueues > QLA_MQ_SIZE ? in qla83xx_iospace_config()
1674 QLA_MQ_SIZE : ql2xmaxqueues; in qla83xx_iospace_config()