Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dscsi_debug.c213 #define SCSI_DEBUG_CANQUEUE (SCSI_DEBUG_CANQUEUE_WORDS * BITS_PER_LONG) macro
216 #if DEF_CMD_PER_LUN > SCSI_DEBUG_CANQUEUE
529 static int scsi_debug_max_queue = SCSI_DEBUG_CANQUEUE;
622 static struct sdebug_queued_cmd queued_arr[SCSI_DEBUG_CANQUEUE];
3455 if ((qa_indx < 0) || (qa_indx >= SCSI_DEBUG_CANQUEUE)) { in sdebug_q_cmd_complete()
3515 if ((qa_indx < 0) || (qa_indx >= SCSI_DEBUG_CANQUEUE)) { in sdebug_q_cmd_hrt_complete()
3716 for (k = 0; k < SCSI_DEBUG_CANQUEUE; ++k) { in stop_all_queued()
3755 for (k = 0; k < SCSI_DEBUG_CANQUEUE; ++k) { in free_all_queued()
4517 (n <= SCSI_DEBUG_CANQUEUE)) { in max_queue_store()
4519 k = find_last_bit(queued_in_use_bm, SCSI_DEBUG_CANQUEUE); in max_queue_store()
[all …]