Searched refs:ql2xmaxqdepth (Results 1 - 1 of 1) 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.c90 static int ql2xmaxqdepth = MAX_Q_DEPTH; variable
91 module_param(ql2xmaxqdepth, int, S_IRUGO|S_IWUSR);
92 MODULE_PARM_DESC(ql2xmaxqdepth,
2116 if (ql2xmaxqdepth != 0 && ql2xmaxqdepth <= 0xffffU)
2117 req->max_q_depth = ql2xmaxqdepth;

Completed in 84 milliseconds