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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Di2lib.h72 #define OBUF_SIZE 1024// character capacity of output buffer per channel macro
151 UCHAR Obuf[OBUF_SIZE+MAX_OBUF_BLOCK+4];
H A Di2lib.c505 maxBuff = OBUF_SIZE;
951 amountToMove += OBUF_SIZE;
999 if (stuffIndex >= OBUF_SIZE) {
1259 amountToMove += OBUF_SIZE;
1972 if (stripIndex >= OBUF_SIZE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Drio500.c61 #define OBUF_SIZE 0x10000 macro
298 (count >= OBUF_SIZE) ? OBUF_SIZE : count;
473 if (!(rio->obuf = kmalloc(OBUF_SIZE, GFP_KERNEL))) {

Completed in 55 milliseconds