Searched refs:Ibuf_strip (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.h143 USHORT Ibuf_strip; // Stripping index member in struct:_i2ChanStr
H A Di2lib.c229 pCh->Ibuf_stuff = pCh->Ibuf_strip = 0;
768 stripIndex = pCh->Ibuf_strip;
807 pCh->Ibuf_strip = stripIndex;
852 count = pCh->Ibuf_stuff - pCh->Ibuf_strip;
860 pCh->Ibuf_strip = pCh->Ibuf_stuff;
H A Dip2main.c1311 if (!pCh->throttled && (pCh->Ibuf_stuff != pCh->Ibuf_strip)) {
1997 if ( pCh->Ibuf_stuff != pCh->Ibuf_strip ) {

Completed in 26 milliseconds