Searched refs:SERIAL_DESCR_BUF_SIZE (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dcrisv10.c513 /* Due to buffersizes and threshold values, our SERIAL_DESCR_BUF_SIZE
521 #define SERIAL_DESCR_BUF_SIZE 256 macro
2164 if (!(buffer = alloc_recv_buffer(SERIAL_DESCR_BUF_SIZE)))
2288 if (!(buffer = alloc_recv_buffer(SERIAL_DESCR_BUF_SIZE)))
2293 descr[i].sw_len = SERIAL_DESCR_BUF_SIZE;
2500 * Since we use DMA, 1 SERIAL_DESCR_BUF_SIZE could be on the way.
2510 2*SERIAL_DESCR_BUF_SIZE + /* This could be on the way */

Completed in 42 milliseconds