Searched refs:RESPONSE_QUEUE_DEPTH (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/qla4xxx/
H A Dql4_def.h139 #define RESPONSE_QUEUE_DEPTH 64 macro
515 ((max(REQUEST_QUEUE_DEPTH, RESPONSE_QUEUE_DEPTH)) * \
H A Dql4_os.c598 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE) +
631 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE);
635 (RESPONSE_QUEUE_DEPTH *
H A Dql4_isr.c357 if (ha->response_out == (RESPONSE_QUEUE_DEPTH - 1)) {
H A Dql4_mbx.c463 init_fw_cb->compq_len = __constant_cpu_to_le16(RESPONSE_QUEUE_DEPTH);
H A Dql4_init.c101 for (cnt = 0; cnt < RESPONSE_QUEUE_DEPTH; cnt++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_def.h139 #define RESPONSE_QUEUE_DEPTH 64 macro
515 ((max(REQUEST_QUEUE_DEPTH, RESPONSE_QUEUE_DEPTH)) * \
H A Dql4_os.c598 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE) +
631 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE);
635 (RESPONSE_QUEUE_DEPTH *
H A Dql4_isr.c357 if (ha->response_out == (RESPONSE_QUEUE_DEPTH - 1)) {
H A Dql4_mbx.c463 init_fw_cb->compq_len = __constant_cpu_to_le16(RESPONSE_QUEUE_DEPTH);
H A Dql4_init.c101 for (cnt = 0; cnt < RESPONSE_QUEUE_DEPTH; cnt++) {

Completed in 128 milliseconds