Searched refs:REQUEST_QUEUE_DEPTH (Results 1 – 5 of 5) sorted by relevance
39 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()
108 #define REQUEST_QUEUE_DEPTH MAX_CMDS_TO_RISC macro400 ((max(REQUEST_QUEUE_DEPTH, RESPONSE_QUEUE_DEPTH)) * \
522 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()
220 init_fw_cb->pri.rqq_len = __constant_cpu_to_le16(REQUEST_QUEUE_DEPTH); in qla4xxx_initialize_fw_cb()
105 ha->req_q_count = REQUEST_QUEUE_DEPTH; in qla4xxx_init_rings()