Searched refs:ql2xmaxqueues (Results 1 – 4 of 4) sorted by relevance
114 int ql2xmaxqueues = 1; variable115 module_param(ql2xmaxqueues, int, S_IRUGO);116 MODULE_PARM_DESC(ql2xmaxqueues,1830 if ((ql2xmaxqueues <= 1 && !ql2xmultique_tag) || in qla2x00_iospace_config()1831 (ql2xmaxqueues > 1 && ql2xmultique_tag) || in qla2x00_iospace_config()1848 } else if (ql2xmaxqueues > 1) { in qla2x00_iospace_config()1849 ha->max_req_queues = ql2xmaxqueues > QLA_MQ_SIZE ? in qla2x00_iospace_config()1850 QLA_MQ_SIZE : ql2xmaxqueues; in qla2x00_iospace_config()
92 extern int ql2xmaxqueues;
1824 } else if (ql2xmaxqueues == 1 || !ha->npiv_info) in qla24xx_vport_create()
1876 if (ql2xmaxqueues > 1) in qla24xx_fabric_logout()