Home
last modified time | relevance | path

Searched refs:SDEBUG_CANQUEUE (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c222 #define SDEBUG_CANQUEUE (SDEBUG_CANQUEUE_WORDS * BITS_PER_LONG) macro
223 #define DEF_CMD_PER_LUN SDEBUG_CANQUEUE
754 static int sdebug_max_queue = SDEBUG_CANQUEUE; /* per submit queue */
6381 (n <= SDEBUG_CANQUEUE) && in max_queue_store()
6892 pr_err("max_queue must be in range [1, %d]\n", SDEBUG_CANQUEUE); in scsi_debug_init()
6896 if ((sdebug_host_max_queue > SDEBUG_CANQUEUE) || in scsi_debug_init()
6899 SDEBUG_CANQUEUE); in scsi_debug_init()
7312 if (qdepth > SDEBUG_CANQUEUE) { in sdebug_change_qdepth()
7313 qdepth = SDEBUG_CANQUEUE; in sdebug_change_qdepth()
7315 qdepth, SDEBUG_CANQUEUE); in sdebug_change_qdepth()
[all …]