Home
last modified time | relevance | path

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

/drivers/scsi/
Dscsi_debug.c222 #define SDEBUG_CANQUEUE (SDEBUG_CANQUEUE_WORDS * BITS_PER_LONG) macro
223 #define DEF_CMD_PER_LUN SDEBUG_CANQUEUE
357 struct sdebug_queued_cmd qc_arr[SDEBUG_CANQUEUE];
754 static int sdebug_max_queue = SDEBUG_CANQUEUE; /* per submit queue */
4945 if (unlikely((qc_idx < 0) || (qc_idx >= SDEBUG_CANQUEUE))) { in sdebug_q_cmd_complete()
5321 for (k = 0; k < SDEBUG_CANQUEUE; ++k) { in stop_all_queued()
5355 for (k = 0; k < SDEBUG_CANQUEUE; ++k) { in free_all_queued()
6464 (n <= SDEBUG_CANQUEUE) && in max_queue_store()
6470 a = find_last_bit(sqp->in_use_bm, SDEBUG_CANQUEUE); in max_queue_store()
6475 if (k == SDEBUG_CANQUEUE) in max_queue_store()
[all …]