Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_debug.c220 #define SDEBUG_CANQUEUE (SDEBUG_CANQUEUE_WORDS * BITS_PER_LONG) macro
349 struct sdebug_queued_cmd qc_arr[SDEBUG_CANQUEUE];
745 static int sdebug_max_queue = SDEBUG_CANQUEUE; /* per submit queue */
4781 if (unlikely((qc_idx < 0) || (qc_idx >= SDEBUG_CANQUEUE))) { in sdebug_q_cmd_complete()
5130 for (k = 0; k < SDEBUG_CANQUEUE; ++k) { in stop_all_queued()
5164 for (k = 0; k < SDEBUG_CANQUEUE; ++k) { in free_all_queued()
6242 (n <= SDEBUG_CANQUEUE) && in max_queue_store()
6248 a = find_last_bit(sqp->in_use_bm, SDEBUG_CANQUEUE); in max_queue_store()
6253 if (k == SDEBUG_CANQUEUE) in max_queue_store()
6746 if ((sdebug_max_queue > SDEBUG_CANQUEUE) || (sdebug_max_queue < 1)) { in scsi_debug_init()
[all …]