Home
last modified time | relevance | path

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

/drivers/scsi/qla4xxx/
Dql4_def.h109 #define RESPONSE_QUEUE_DEPTH 64 macro
400 ((max(REQUEST_QUEUE_DEPTH, RESPONSE_QUEUE_DEPTH)) * \
Dql4_os.c523 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
556 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE); in qla4xxx_mem_alloc()
560 (RESPONSE_QUEUE_DEPTH * in qla4xxx_mem_alloc()
Dql4_isr.c297 if (ha->response_out == (RESPONSE_QUEUE_DEPTH - 1)) { in qla4xxx_process_response_queue()
Dql4_mbx.c221 init_fw_cb->pri.compq_len = __constant_cpu_to_le16(RESPONSE_QUEUE_DEPTH); in qla4xxx_initialize_fw_cb()