Home
last modified time | relevance | path

Searched refs:ql2xmaxqueues (Results 1 – 5 of 5) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_os.c144 int ql2xmaxqueues = 1; variable
145 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 …]
Dqla_gbl.h105 extern int ql2xmaxqueues;
Dqla_attr.c2114 } else if (ql2xmaxqueues == 1 || !ha->npiv_info) in qla24xx_vport_create()
Dqla_init.c1766 (ql2xmultique_tag || ql2xmaxqueues > 1))) in qla2x00_alloc_outstanding_cmds()
Dqla_mbx.c2168 if (ql2xmaxqueues > 1) in qla24xx_fabric_logout()