Searched refs:SDEBUG_CANQUEUE (Results 1 – 1 of 1) sorted by relevance
234 #define SDEBUG_CANQUEUE (SDEBUG_CANQUEUE_WORDS * BITS_PER_LONG) macro235 #define DEF_CMD_PER_LUN SDEBUG_CANQUEUE838 static int sdebug_max_queue = SDEBUG_CANQUEUE; /* per submit queue */7260 (n <= SDEBUG_CANQUEUE) && in max_queue_store()7795 if ((sdebug_max_queue > SDEBUG_CANQUEUE) || (sdebug_max_queue < 1)) { in scsi_debug_init()7796 pr_err("max_queue must be in range [1, %d]\n", SDEBUG_CANQUEUE); in scsi_debug_init()7800 if ((sdebug_host_max_queue > SDEBUG_CANQUEUE) || in scsi_debug_init()7803 SDEBUG_CANQUEUE); in scsi_debug_init()8224 if (qdepth > SDEBUG_CANQUEUE) { in sdebug_change_qdepth()8225 qdepth = SDEBUG_CANQUEUE; in sdebug_change_qdepth()[all …]