Searched defs:SCSI_DEBUG_CANQUEUE (Results 1 - 1 of 1) sorted by last modified time

/drivers/scsi/
H A Dscsi_debug.c195 /* SCSI_DEBUG_CANQUEUE is the maximum number of commands that can be queued
200 * SCSI_DEBUG_CANQUEUE. */
202 #define SCSI_DEBUG_CANQUEUE (SCSI_DEBUG_CANQUEUE_WORDS * BITS_PER_LONG) macro
205 #if DEF_CMD_PER_LUN > SCSI_DEBUG_CANQUEUE
206 #warning "Expect DEF_CMD_PER_LUN <= SCSI_DEBUG_CANQUEUE"
221 static int scsi_debug_max_queue = SCSI_DEBUG_CANQUEUE;
313 static struct sdebug_queued_cmd queued_arr[SCSI_DEBUG_CANQUEUE];
2515 if ((qa_indx < 0) || (qa_indx >= SCSI_DEBUG_CANQUEUE)) {
2575 if ((qa_indx < 0) || (qa_indx >= SCSI_DEBUG_CANQUEUE)) {
2783 for (k = 0; k < SCSI_DEBUG_CANQUEUE;
[all...]

Completed in 77 milliseconds