Lines Matching refs:SCSI_DEBUG_CANQUEUE
213 #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()
4521 if (SCSI_DEBUG_CANQUEUE == k) in max_queue_store()
5103 if (qdepth > SCSI_DEBUG_CANQUEUE + 10) in sdebug_change_qdepth()
5104 qdepth = SCSI_DEBUG_CANQUEUE + 10; in sdebug_change_qdepth()
5319 .can_queue = SCSI_DEBUG_CANQUEUE,