Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/hp/sim/
Dsimscsi.c27 #define SIMSCSI_REQ_QUEUE_LEN 64 macro
70 } queue[SIMSCSI_REQ_QUEUE_LEN];
110 rd = (rd + 1) % SIMSCSI_REQ_QUEUE_LEN; in simscsi_interrupt()
319 if (atomic_read(&num_reqs) >= SIMSCSI_REQ_QUEUE_LEN) { in simscsi_queuecommand_lck()
324 wr = (wr + 1) % SIMSCSI_REQ_QUEUE_LEN; in simscsi_queuecommand_lck()
345 .can_queue = SIMSCSI_REQ_QUEUE_LEN,
349 .cmd_per_lun = SIMSCSI_REQ_QUEUE_LEN,