Searched defs:QUEUE_SIZE (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/gadget/
H A Du_serial.c77 /* RX and TX queues can buffer QUEUE_SIZE packets before they hit the
81 #define QUEUE_SIZE 16 macro
371 if (port->write_started >= QUEUE_SIZE)
442 if (port->read_started >= QUEUE_SIZE)
478 * So QUEUE_SIZE packets plus however many the FIFO holds (usually two)
644 int n = allocated ? QUEUE_SIZE - *allocated : QUEUE_SIZE;
646 /* Pre-allocate up to QUEUE_SIZE transfers, but if we can't
/drivers/scsi/qla4xxx/
H A Dql4_def.h132 #define QUEUE_SIZE 64 macro

Completed in 1906 milliseconds