Searched refs:QUEUE_SIZE (Results 1 - 6 of 6) sorted by path

/drivers/gpu/drm/radeon/
H A Dcikd.h1466 #define QUEUE_SIZE(x) ((x) << 0) macro
/drivers/scsi/isci/
H A Dhost.c806 SCU_UFQC_GEN_VAL(QUEUE_SIZE, SCU_MAX_UNSOLICITED_FRAMES);
H A Dregisters.h521 SCU_UFQC_GEN_VAL(QUEUE_SIZE, value)
/drivers/scsi/qla4xxx/
H A Dql4_def.h142 #define QUEUE_SIZE 64 macro
H A Dql4_os.c4201 ha->queues_len = ((REQUEST_QUEUE_DEPTH * QUEUE_SIZE) +
4202 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE) +
4229 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE);
4232 QUEUE_SIZE));
4234 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE) +
4235 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE);
4238 QUEUE_SIZE) +
4240 QUEUE_SIZE));
/drivers/usb/gadget/function/
H A Du_serial.c76 /* RX and TX queues can buffer QUEUE_SIZE packets before they hit the
80 #define QUEUE_SIZE 16 macro
370 if (port->write_started >= QUEUE_SIZE)
441 if (port->read_started >= QUEUE_SIZE)
477 * So QUEUE_SIZE packets plus however many the FIFO holds (usually two)
639 int n = allocated ? QUEUE_SIZE - *allocated : QUEUE_SIZE;
641 /* Pre-allocate up to QUEUE_SIZE transfers, but if we can't

Completed in 162 milliseconds