Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/usb/gadget/function/
Du_serial.c80 #define QUEUE_SIZE 16 macro
372 if (port->write_started >= QUEUE_SIZE) in gs_start_tx()
445 if (port->read_started >= QUEUE_SIZE) in gs_start_rx()
643 int n = allocated ? QUEUE_SIZE - *allocated : QUEUE_SIZE; in gs_alloc_requests()
/linux-4.4.14/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.4.14/drivers/scsi/qla4xxx/
Dql4_def.h143 #define QUEUE_SIZE 64 macro
Dql4_os.c4195 ha->queues_len = ((REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
4196 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
4223 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE); in qla4xxx_mem_alloc()
4226 QUEUE_SIZE)); in qla4xxx_mem_alloc()
4228 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()
4229 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE); in qla4xxx_mem_alloc()
4232 QUEUE_SIZE) + in qla4xxx_mem_alloc()
4234 QUEUE_SIZE)); in qla4xxx_mem_alloc()
/linux-4.4.14/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.4.14/drivers/gpu/drm/radeon/
Dcikd.h1522 #define QUEUE_SIZE(x) ((x) << 0) macro
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dgfx_v8_0.c3874 tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_CONTROL, QUEUE_SIZE, in gfx_v8_0_cp_compute_resume()