SDEBUG_CANQUEUE
#define DEF_CMD_PER_LUN SDEBUG_CANQUEUE
(n <= SDEBUG_CANQUEUE) &&
if ((sdebug_max_queue > SDEBUG_CANQUEUE) || (sdebug_max_queue < 1)) {
pr_err("max_queue must be in range [1, %d]\n", SDEBUG_CANQUEUE);
if ((sdebug_host_max_queue > SDEBUG_CANQUEUE) ||
SDEBUG_CANQUEUE);
if (qdepth > SDEBUG_CANQUEUE) {
qdepth = SDEBUG_CANQUEUE;
qdepth, SDEBUG_CANQUEUE);
static int sdebug_max_queue = SDEBUG_CANQUEUE; /* per submit queue */
.can_queue = SDEBUG_CANQUEUE,