Home
last modified time | relevance | path

Searched refs:QUEUE_SIZE (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/qla4xxx/
Dql4_os.c522 ha->queues_len = ((REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
523 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
550 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE); in qla4xxx_mem_alloc()
553 QUEUE_SIZE)); in qla4xxx_mem_alloc()
555 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
556 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE); in qla4xxx_mem_alloc()
559 QUEUE_SIZE) + in qla4xxx_mem_alloc()
561 QUEUE_SIZE)); in qla4xxx_mem_alloc()
Dql4_def.h110 #define QUEUE_SIZE 64 macro
/drivers/usb/gadget/
Du_serial.c78 #define QUEUE_SIZE 16 macro
635 for (i = 0; i < QUEUE_SIZE; i++) { in gs_alloc_requests()