Searched refs:ql4xmaxqdepth (Results 1 – 1 of 1) sorted by relevance
66 static int ql4xmaxqdepth = QL4_DEF_QDEPTH; variable67 module_param(ql4xmaxqdepth, int, S_IRUGO | S_IWUSR);68 MODULE_PARM_DESC(ql4xmaxqdepth,7290 if (ql4xmaxqdepth != 0 && ql4xmaxqdepth <= 0xffffU) in qla4xxx_slave_alloc()7291 queue_depth = ql4xmaxqdepth; in qla4xxx_slave_alloc()