Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dcyclades.h469 #define QUEUE_SIZE (10*MAX_CHAN) macro
472 unsigned char intr_code[QUEUE_SIZE];
473 unsigned long channel[QUEUE_SIZE];
474 unsigned long param[QUEUE_SIZE];
/linux-4.1.27/drivers/usb/gadget/function/
Du_serial.c80 #define QUEUE_SIZE 16 macro
371 if (port->write_started >= QUEUE_SIZE) in gs_start_tx()
444 if (port->read_started >= QUEUE_SIZE) in gs_start_rx()
642 int n = allocated ? QUEUE_SIZE - *allocated : QUEUE_SIZE; in gs_alloc_requests()
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
Dcik_regs.h148 #define QUEUE_SIZE(x) ((x) << 0) macro
/linux-4.1.27/sound/pci/asihpi/
Dhpi6000.c1395 #define QUEUE_SIZE 0x8000 macro
1403 if (address > (u32)(QUEUE_START + QUEUE_SIZE)) in hpi6000_send_data_check_adr()
1406 (u32)(QUEUE_START + QUEUE_SIZE)) in hpi6000_send_data_check_adr()
/linux-4.1.27/drivers/scsi/qla4xxx/
Dql4_def.h142 #define QUEUE_SIZE 64 macro
Dql4_os.c4196 ha->queues_len = ((REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
4197 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
4224 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE); in qla4xxx_mem_alloc()
4227 QUEUE_SIZE)); in qla4xxx_mem_alloc()
4229 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
4230 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE); in qla4xxx_mem_alloc()
4233 QUEUE_SIZE) + in qla4xxx_mem_alloc()
4235 QUEUE_SIZE)); in qla4xxx_mem_alloc()
/linux-4.1.27/drivers/scsi/isci/
Dregisters.h521 SCU_UFQC_GEN_VAL(QUEUE_SIZE, value)
Dhost.c806 SCU_UFQC_GEN_VAL(QUEUE_SIZE, SCU_MAX_UNSOLICITED_FRAMES); in sci_controller_initialize_unsolicited_frame_queue()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dcikd.h1521 #define QUEUE_SIZE(x) ((x) << 0) macro