Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dscsi_debug.c215 #define SCSI_DEBUG_CANQUEUE (SCSI_DEBUG_CANQUEUE_WORDS * BITS_PER_LONG) macro
218 #if DEF_CMD_PER_LUN > SCSI_DEBUG_CANQUEUE
532 static int scsi_debug_max_queue = SCSI_DEBUG_CANQUEUE;
625 static struct sdebug_queued_cmd queued_arr[SCSI_DEBUG_CANQUEUE];
3452 if ((qa_indx < 0) || (qa_indx >= SCSI_DEBUG_CANQUEUE)) { in sdebug_q_cmd_complete()
3512 if ((qa_indx < 0) || (qa_indx >= SCSI_DEBUG_CANQUEUE)) { in sdebug_q_cmd_hrt_complete()
3712 for (k = 0; k < SCSI_DEBUG_CANQUEUE; ++k) { in stop_all_queued()
3751 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 …]