Lines Matching refs:SDEBUG_CANQUEUE
272 #define SDEBUG_CANQUEUE (SDEBUG_CANQUEUE_WORDS * BITS_PER_LONG) macro
273 #define DEF_CMD_PER_LUN SDEBUG_CANQUEUE
891 static int sdebug_max_queue = SDEBUG_CANQUEUE; /* per submit queue */
7930 (n <= SDEBUG_CANQUEUE) && in max_queue_store()
8465 if ((sdebug_max_queue > SDEBUG_CANQUEUE) || (sdebug_max_queue < 1)) { in scsi_debug_init()
8466 pr_err("max_queue must be in range [1, %d]\n", SDEBUG_CANQUEUE); in scsi_debug_init()
8470 if ((sdebug_host_max_queue > SDEBUG_CANQUEUE) || in scsi_debug_init()
8473 SDEBUG_CANQUEUE); in scsi_debug_init()
8885 if (qdepth > SDEBUG_CANQUEUE) { in sdebug_change_qdepth()
8886 qdepth = SDEBUG_CANQUEUE; in sdebug_change_qdepth()
8888 qdepth, SDEBUG_CANQUEUE); in sdebug_change_qdepth()
9383 .can_queue = SDEBUG_CANQUEUE,