Searched refs:QUEUE_SIZE (Results 1 – 9 of 9) sorted by relevance
469 #define QUEUE_SIZE (10*MAX_CHAN) macro472 unsigned char intr_code[QUEUE_SIZE];473 unsigned long channel[QUEUE_SIZE];474 unsigned long param[QUEUE_SIZE];
80 #define QUEUE_SIZE 16 macro371 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()
148 #define QUEUE_SIZE(x) ((x) << 0) macro
1395 #define QUEUE_SIZE 0x8000 macro1403 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()
142 #define QUEUE_SIZE 64 macro
4196 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()
521 SCU_UFQC_GEN_VAL(QUEUE_SIZE, value)
806 SCU_UFQC_GEN_VAL(QUEUE_SIZE, SCU_MAX_UNSOLICITED_FRAMES); in sci_controller_initialize_unsolicited_frame_queue()
1521 #define QUEUE_SIZE(x) ((x) << 0) macro