Searched refs:ql2xmaxqdepth (Results 1 – 1 of 1) sorted by relevance
90 static int ql2xmaxqdepth = MAX_Q_DEPTH; variable91 module_param(ql2xmaxqdepth, int, S_IRUGO|S_IWUSR);92 MODULE_PARM_DESC(ql2xmaxqdepth,2086 if (ql2xmaxqdepth != 0 && ql2xmaxqdepth <= 0xffffU) in qla2x00_probe_one()2087 req->max_q_depth = ql2xmaxqdepth; in qla2x00_probe_one()