Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/qla4xxx/
Dql4_iocb.c26 ha->req_q_count = REQUEST_QUEUE_DEPTH - in qla4xxx_space_in_req_ring()
40 if (ha->request_in == (REQUEST_QUEUE_DEPTH - 1)) { in qla4xxx_advance_req_ring_ptr()
307 if ((ha->iocb_cnt + req_cnt) >= REQUEST_QUEUE_DEPTH) in qla4xxx_send_command_to_isp()
Dql4_def.h130 #define REQUEST_QUEUE_DEPTH MAX_CMDS_TO_RISC macro
593 ((max(REQUEST_QUEUE_DEPTH, RESPONSE_QUEUE_DEPTH)) * \
Dql4_init.c96 ha->req_q_count = REQUEST_QUEUE_DEPTH; in qla4xxx_init_rings()
Dql4_os.c2271 ha->queues_len = ((REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
2299 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE); in qla4xxx_mem_alloc()
2301 (REQUEST_QUEUE_DEPTH * in qla4xxx_mem_alloc()
2304 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
2307 (REQUEST_QUEUE_DEPTH * in qla4xxx_mem_alloc()
Dql4_mbx.c482 init_fw_cb->rqq_len = __constant_cpu_to_le16(REQUEST_QUEUE_DEPTH); in qla4xxx_initialize_fw_cb()