Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/qla4xxx/
Dql4_def.h125 #define RESPONSE_QUEUE_DEPTH 64 macro
495 ((max(REQUEST_QUEUE_DEPTH, RESPONSE_QUEUE_DEPTH)) * \
Dql4_os.c600 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
633 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE); in qla4xxx_mem_alloc()
637 (RESPONSE_QUEUE_DEPTH * in qla4xxx_mem_alloc()
Dql4_isr.c357 if (ha->response_out == (RESPONSE_QUEUE_DEPTH - 1)) { in qla4xxx_process_response_queue()
Dql4_mbx.c460 init_fw_cb->compq_len = __constant_cpu_to_le16(RESPONSE_QUEUE_DEPTH); in qla4xxx_initialize_fw_cb()
Dql4_init.c101 for (cnt = 0; cnt < RESPONSE_QUEUE_DEPTH; cnt++) { in qla4xxx_init_response_q_entries()