Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dscsi_debug.c220 #define SDEBUG_CANQUEUE (SDEBUG_CANQUEUE_WORDS * BITS_PER_LONG) macro
221 #define DEF_CMD_PER_LUN SDEBUG_CANQUEUE
351 struct sdebug_queued_cmd qc_arr[SDEBUG_CANQUEUE];
748 static int sdebug_max_queue = SDEBUG_CANQUEUE; /* per submit queue */
4762 if (unlikely((qc_idx < 0) || (qc_idx >= SDEBUG_CANQUEUE))) { in sdebug_q_cmd_complete()
5112 for (k = 0; k < SDEBUG_CANQUEUE; ++k) { in stop_all_queued()
5146 for (k = 0; k < SDEBUG_CANQUEUE; ++k) { in free_all_queued()
6256 (n <= SDEBUG_CANQUEUE) && in max_queue_store()
6262 a = find_last_bit(sqp->in_use_bm, SDEBUG_CANQUEUE); in max_queue_store()
6267 if (k == SDEBUG_CANQUEUE) in max_queue_store()
[all …]