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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_iocb.c26 ha->req_q_count = REQUEST_QUEUE_DEPTH -
40 if (ha->request_in == (REQUEST_QUEUE_DEPTH - 1)) {
315 if ((ha->iocb_cnt + req_cnt) >= REQUEST_QUEUE_DEPTH)
H A Dql4_def.h138 #define REQUEST_QUEUE_DEPTH MAX_CMDS_TO_RISC macro
515 ((max(REQUEST_QUEUE_DEPTH, RESPONSE_QUEUE_DEPTH)) * \
H A Dql4_os.c597 ha->queues_len = ((REQUEST_QUEUE_DEPTH * QUEUE_SIZE) +
625 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE);
627 (REQUEST_QUEUE_DEPTH *
630 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE) +
633 (REQUEST_QUEUE_DEPTH *
H A Dql4_mbx.c462 init_fw_cb->rqq_len = __constant_cpu_to_le16(REQUEST_QUEUE_DEPTH);
H A Dql4_init.c124 ha->req_q_count = REQUEST_QUEUE_DEPTH;

Completed in 154 milliseconds