Home
last modified time | relevance | path

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

/drivers/scsi/qla4xxx/
Dql4_iocb.c39 if (request_in == (REQUEST_QUEUE_DEPTH - 1)) { in qla4xxx_get_req_pkt()
111 if (ha->request_in == (REQUEST_QUEUE_DEPTH - 1)) { in qla4xxx_alloc_cont_entry()
233 ha->req_q_count = REQUEST_QUEUE_DEPTH - in qla4xxx_send_command_to_isp()
241 if ((ha->iocb_cnt + req_cnt) >= REQUEST_QUEUE_DEPTH) in qla4xxx_send_command_to_isp()
292 if (ha->request_in == REQUEST_QUEUE_DEPTH) { in qla4xxx_send_command_to_isp()
Dql4_def.h108 #define REQUEST_QUEUE_DEPTH MAX_CMDS_TO_RISC macro
400 ((max(REQUEST_QUEUE_DEPTH, RESPONSE_QUEUE_DEPTH)) * \
Dql4_os.c522 ha->queues_len = ((REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
550 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE); in qla4xxx_mem_alloc()
552 (REQUEST_QUEUE_DEPTH * in qla4xxx_mem_alloc()
555 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
558 (REQUEST_QUEUE_DEPTH * in qla4xxx_mem_alloc()
Dql4_mbx.c220 init_fw_cb->pri.rqq_len = __constant_cpu_to_le16(REQUEST_QUEUE_DEPTH); in qla4xxx_initialize_fw_cb()
Dql4_init.c105 ha->req_q_count = REQUEST_QUEUE_DEPTH; in qla4xxx_init_rings()