Searched refs:ql2xmultique_tag (Results 1 - 2 of 2) 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.c121 int ql2xmultique_tag; variable
122 module_param(ql2xmultique_tag, int, S_IRUGO|S_IRUSR);
123 MODULE_PARM_DESC(ql2xmultique_tag,
349 if (ql2xmultique_tag) {
1861 if ((ql2xmaxqueues <= 1 && !ql2xmultique_tag) ||
1862 (ql2xmaxqueues > 1 && ql2xmultique_tag) ||
1874 if (ql2xmultique_tag) {
H A Dqla_gbl.h88 extern int ql2xmultique_tag;

Completed in 38 milliseconds