Home
last modified time | relevance | path

Searched refs:sinceLastFlow (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/ip2/
Di2lib.h120 USHORT sinceLastFlow; // Counts the number of characters read from input member
Di2lib.c296 pCh->sinceLastFlow = 0; // No bytes received since last flow in i2InitChannels()
902 if ((pCh->sinceLastFlow += count) >= pCh->whenSendFlow) { in i2Input()
903 pCh->sinceLastFlow -= pCh->whenSendFlow; in i2Input()
957 if ( (pCh->sinceLastFlow += count) >= pCh->whenSendFlow ) in i2InputFlush()
959 pCh->sinceLastFlow -= pCh->whenSendFlow; in i2InputFlush()