Searched refs:SDEBUG_CANQUEUE (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/scsi/
H A Dscsi_debug.c217 /* SDEBUG_CANQUEUE is the maximum number of commands that can be queued
222 * but cannot exceed SDEBUG_CANQUEUE .
225 #define SDEBUG_CANQUEUE (SDEBUG_CANQUEUE_WORDS * BITS_PER_LONG) macro
226 #define DEF_CMD_PER_LUN SDEBUG_CANQUEUE
811 static int sdebug_max_queue = SDEBUG_CANQUEUE; /* per submit queue */
6941 (n <= SDEBUG_CANQUEUE) &&
7476 if ((sdebug_max_queue > SDEBUG_CANQUEUE) || (sdebug_max_queue < 1)) {
7477 pr_err("max_queue must be in range [1, %d]\n", SDEBUG_CANQUEUE);
7481 if ((sdebug_host_max_queue > SDEBUG_CANQUEUE) ||
7484 SDEBUG_CANQUEUE);
[all...]

Completed in 214 milliseconds