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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_os.c114 int ql2xmaxqueues = 1; variable
115 module_param(ql2xmaxqueues, int, S_IRUGO|S_IRUSR);
116 MODULE_PARM_DESC(ql2xmaxqueues,
1861 if ((ql2xmaxqueues <= 1 && !ql2xmultique_tag) ||
1862 (ql2xmaxqueues > 1 && ql2xmultique_tag) ||
1879 } else if (ql2xmaxqueues > 1) {
1880 ha->max_req_queues = ql2xmaxqueues > QLA_MQ_SIZE ?
1881 QLA_MQ_SIZE : ql2xmaxqueues;
H A Dqla_gbl.h87 extern int ql2xmaxqueues;
H A Dqla_attr.c1791 } else if (ql2xmaxqueues == 1 || !ha->npiv_info)
H A Dqla_mbx.c1876 if (ql2xmaxqueues > 1)

Completed in 60 milliseconds