Searched refs:whenSendFlow (Results 1 - 2 of 2) 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.h120 USHORT whenSendFlow; // Determines when new flow control is to be sent to member in struct:_i2ChanStr
H A Di2lib.c208 pCh->whenSendFlow = (IBUF_SIZE/5)*4; // when 80% full
814 if ((pCh->sinceLastFlow += count) >= pCh->whenSendFlow) {
815 pCh->sinceLastFlow -= pCh->whenSendFlow;
869 if ( (pCh->sinceLastFlow += count) >= pCh->whenSendFlow )
871 pCh->sinceLastFlow -= pCh->whenSendFlow;

Completed in 102 milliseconds