Searched refs:ql4xmaxqdepth (Results 1 – 1 of 1) sorted by relevance
65 static int ql4xmaxqdepth = QL4_DEF_QDEPTH; variable66 module_param(ql4xmaxqdepth, int, S_IRUGO | S_IWUSR);67 MODULE_PARM_DESC(ql4xmaxqdepth,9070 if (ql4xmaxqdepth != 0 && ql4xmaxqdepth <= 0xffffU) in qla4xxx_slave_alloc()9071 queue_depth = ql4xmaxqdepth; in qla4xxx_slave_alloc()