Searched refs:SIMSCSI_REQ_QUEUE_LEN (Results 1 – 2 of 2) sorted by relevance
10 #define SIMSCSI_REQ_QUEUE_LEN 64 macro30 .can_queue = SIMSCSI_REQ_QUEUE_LEN, \33 .cmd_per_lun = SIMSCSI_REQ_QUEUE_LEN, \
69 } 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()