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

Completed in 98 milliseconds