Lines Matching defs:max_depth
106 * @max_depth: Maximum outstanding commands that can be queued.
113 int max_depth, int fpa_pool,
126 * We artificially limit max_depth to 1<<20 words. It is an
130 if ((max_depth < 0) || (max_depth > 1 << 20))
132 } else if (max_depth != 0)
142 if (max_depth != (int)qstate->max_depth) {
145 "max_depth (%d).\n",
146 (int)qstate->max_depth);
183 qstate->max_depth = max_depth;