Lines Matching refs:IBUF_SIZE
288 pCh->infl.room = IBUF_SIZE - 1; in i2InitChannels()
290 pCh->whenSendFlow = (IBUF_SIZE/5)*4; // when 80% full in i2InitChannels()
868 count += IBUF_SIZE; in i2Input()
876 amountToMove = IBUF_SIZE - stripIndex; in i2Input()
892 if (stripIndex >= IBUF_SIZE) { in i2Input()
893 stripIndex -= IBUF_SIZE; in i2Input()
944 count += IBUF_SIZE; in i2InputFlush()
999 count += IBUF_SIZE;
1446 static unsigned char junkBuffer[IBUF_SIZE];
1511 if ( ((unsigned int)count) > IBUF_SIZE ) { in i2StripFifo()
1545 amountToRead = IBUF_SIZE - stuffIndex; in i2StripFifo()
1565 if (stuffIndex >= IBUF_SIZE) { in i2StripFifo()
1567 pCh->Ibuf[0] = pCh->Ibuf[IBUF_SIZE]; in i2StripFifo()