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,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()[all …]
105 extern int ql2xmaxqueues;
2091 } else if (ql2xmaxqueues == 1 || !ha->npiv_info) in qla24xx_vport_create()
1763 (ql2xmultique_tag || ql2xmaxqueues > 1))) in qla2x00_alloc_outstanding_cmds()
2158 if (ql2xmaxqueues > 1) in qla24xx_fabric_logout()