Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H A Dql4_iocb.c25 ha->req_q_count = REQUEST_QUEUE_DEPTH - in qla4xxx_space_in_req_ring()
39 if (ha->request_in == (REQUEST_QUEUE_DEPTH - 1)) { in qla4xxx_advance_req_ring_ptr()
H A Dql4_def.h140 #define REQUEST_QUEUE_DEPTH MAX_CMDS_TO_RISC macro
683 ((max(REQUEST_QUEUE_DEPTH, RESPONSE_QUEUE_DEPTH)) * \
H A Dql4_init.c93 ha->req_q_count = REQUEST_QUEUE_DEPTH; in qla4xxx_init_rings()
H A Dql4_mbx.c648 init_fw_cb->rqq_len = __constant_cpu_to_le16(REQUEST_QUEUE_DEPTH); in qla4xxx_initialize_fw_cb()
803 ha->iocb_hiwat = REQUEST_QUEUE_DEPTH / 4; in qla4xxx_get_firmware_status()
H A Dql4_os.c4247 ha->queues_len = ((REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
4274 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE); in qla4xxx_mem_alloc()
4276 (REQUEST_QUEUE_DEPTH * in qla4xxx_mem_alloc()
4279 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
4282 (REQUEST_QUEUE_DEPTH * in qla4xxx_mem_alloc()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H A Dql4_iocb.c25 ha->req_q_count = REQUEST_QUEUE_DEPTH - in qla4xxx_space_in_req_ring()
39 if (ha->request_in == (REQUEST_QUEUE_DEPTH - 1)) { in qla4xxx_advance_req_ring_ptr()
H A Dql4_def.h139 #define REQUEST_QUEUE_DEPTH MAX_CMDS_TO_RISC macro
692 ((max(REQUEST_QUEUE_DEPTH, RESPONSE_QUEUE_DEPTH)) * \
H A Dql4_init.c93 ha->req_q_count = REQUEST_QUEUE_DEPTH; in qla4xxx_init_rings()
H A Dql4_mbx.c648 init_fw_cb->rqq_len = cpu_to_le16(REQUEST_QUEUE_DEPTH); in qla4xxx_initialize_fw_cb()
803 ha->iocb_hiwat = REQUEST_QUEUE_DEPTH / 4; in qla4xxx_get_firmware_status()
H A Dql4_os.c4238 ha->queues_len = ((REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
4265 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE); in qla4xxx_mem_alloc()
4267 (REQUEST_QUEUE_DEPTH * in qla4xxx_mem_alloc()
4270 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
4273 (REQUEST_QUEUE_DEPTH * in qla4xxx_mem_alloc()

Completed in 35 milliseconds