Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/drivers/
Dsimscsi.h10 #define SIMSCSI_REQ_QUEUE_LEN 64 macro
30 .can_queue = SIMSCSI_REQ_QUEUE_LEN, \
33 .cmd_per_lun = SIMSCSI_REQ_QUEUE_LEN, \
Dsimscsi.c69 } queue[SIMSCSI_REQ_QUEUE_LEN];
112 rd = (rd + 1) % SIMSCSI_REQ_QUEUE_LEN; in simscsi_interrupt()
369 if (atomic_read(&num_reqs) >= SIMSCSI_REQ_QUEUE_LEN) { in simscsi_queuecommand()
374 wr = (wr + 1) % SIMSCSI_REQ_QUEUE_LEN; in simscsi_queuecommand()