Searched refs:QUEUE_SIZE (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | cyclades.h | 470 #define QUEUE_SIZE (10*MAX_CHAN) macro 473 unsigned char intr_code[QUEUE_SIZE]; 474 unsigned long channel[QUEUE_SIZE]; 475 unsigned long param[QUEUE_SIZE];
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | u_serial.c | 80 #define QUEUE_SIZE 16 macro 243 if (port->write_started >= QUEUE_SIZE) in gs_start_tx() 316 if (port->read_started >= QUEUE_SIZE) in gs_start_rx() 514 int n = allocated ? QUEUE_SIZE - *allocated : QUEUE_SIZE; in gs_alloc_requests()
|
/Linux-v4.19/sound/pci/asihpi/ |
D | hpi6000.c | 1395 #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-v4.19/drivers/media/platform/qcom/venus/ |
D | hfi_venus.c | 102 #define QUEUE_SIZE \ macro 107 #define ALIGNED_QUEUE_SIZE ALIGN(QUEUE_SIZE, SZ_4K)
|
/Linux-v4.19/drivers/scsi/qla4xxx/ |
D | ql4_def.h | 143 #define QUEUE_SIZE 64 macro
|
D | ql4_os.c | 4209 ha->queues_len = ((REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc() 4210 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc() 4236 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE); in qla4xxx_mem_alloc() 4239 QUEUE_SIZE)); in qla4xxx_mem_alloc() 4241 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc() 4242 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE); in qla4xxx_mem_alloc() 4245 QUEUE_SIZE) + in qla4xxx_mem_alloc() 4247 QUEUE_SIZE)); in qla4xxx_mem_alloc()
|
/Linux-v4.19/drivers/scsi/isci/ |
D | registers.h | 521 SCU_UFQC_GEN_VAL(QUEUE_SIZE, value)
|
D | host.c | 806 SCU_UFQC_GEN_VAL(QUEUE_SIZE, SCU_MAX_UNSOLICITED_FRAMES); in sci_controller_initialize_unsolicited_frame_queue()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_amdkfd_gfx_v9.c | 462 CP_HQD_PQ_CONTROL, QUEUE_SIZE); in kgd_hqd_load()
|
D | gfx_v9_0.c | 2776 tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_CONTROL, QUEUE_SIZE, in gfx_v9_0_mqd_init()
|
D | gfx_v8_0.c | 4764 tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_CONTROL, QUEUE_SIZE, in gfx_v8_0_mqd_init()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | cikd.h | 1520 #define QUEUE_SIZE(x) ((x) << 0) macro
|