Searched refs:ql4xmaxqdepth (Results 1 – 1 of 1) sorted by relevance
54 static int ql4xmaxqdepth = QL4_DEF_QDEPTH; variable55 module_param(ql4xmaxqdepth, int, S_IRUGO | S_IWUSR);56 MODULE_PARM_DESC(ql4xmaxqdepth,1915 if (ql4xmaxqdepth != 0 && ql4xmaxqdepth <= 0xffffU) in qla4xxx_slave_alloc()1916 queue_depth = ql4xmaxqdepth; in qla4xxx_slave_alloc()