Searched refs:ql2xmaxqueues (Results 1 – 5 of 5) sorted by relevance
144 int ql2xmaxqueues = 1; variable145 module_param(ql2xmaxqueues, int, S_IRUGO);146 MODULE_PARM_DESC(ql2xmaxqueues,1550 if ((ql2xmaxqueues <= 1 && !ql2xmultique_tag) || in qla2x00_iospace_config()1551 (ql2xmaxqueues > 1 && ql2xmultique_tag) || in qla2x00_iospace_config()1570 } else if (ql2xmaxqueues > 1) { in qla2x00_iospace_config()1571 ha->max_req_queues = ql2xmaxqueues > QLA_MQ_SIZE ? in qla2x00_iospace_config()1572 QLA_MQ_SIZE : ql2xmaxqueues; in qla2x00_iospace_config()1661 } else if (ql2xmaxqueues > 1) { in qla83xx_iospace_config()1662 ha->max_req_queues = ql2xmaxqueues > QLA_MQ_SIZE ? in qla83xx_iospace_config()[all …]
105 extern int ql2xmaxqueues;
2114 } else if (ql2xmaxqueues == 1 || !ha->npiv_info) in qla24xx_vport_create()
1766 (ql2xmultique_tag || ql2xmaxqueues > 1))) in qla2x00_alloc_outstanding_cmds()
2168 if (ql2xmaxqueues > 1) in qla24xx_fabric_logout()