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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Di2lib.h71 #define IBUF_SIZE 512 // character capacity of input buffer per channel macro
139 UCHAR Ibuf[IBUF_SIZE + 2];
H A Di2lib.c206 pCh->infl.room = IBUF_SIZE - 1;
208 pCh->whenSendFlow = (IBUF_SIZE/5)*4; // when 80% full
780 count += IBUF_SIZE;
788 amountToMove = IBUF_SIZE - stripIndex;
804 if (stripIndex >= IBUF_SIZE) {
805 stripIndex -= IBUF_SIZE;
856 count += IBUF_SIZE;
1324 static unsigned char junkBuffer[IBUF_SIZE];
1389 if ( ((unsigned int)count) > IBUF_SIZE ) {
1426 amountToRead = IBUF_SIZE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Drio500.c59 #define IBUF_SIZE 0x1000 macro
389 this_read = (count >= IBUF_SIZE) ? IBUF_SIZE : count;
474 if (!(rio->ibuf = kmalloc(IBUF_SIZE, GFP_KERNEL))) {

Completed in 64 milliseconds