Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_os.c114 int ql2xmaxqueues = 1; variable
115 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()
Dqla_gbl.h92 extern int ql2xmaxqueues;
Dqla_attr.c1824 } else if (ql2xmaxqueues == 1 || !ha->npiv_info) in qla24xx_vport_create()
Dqla_mbx.c1876 if (ql2xmaxqueues > 1) in qla24xx_fabric_logout()