Searched refs:Pbuf_stuff (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.h173 USHORT Pbuf_stuff; // Stuffing index member in struct:_i2ChanStr
H A Dip2main.c1789 pCh->Pbuf[pCh->Pbuf_stuff++] = ch;
1790 if ( pCh->Pbuf_stuff == sizeof pCh->Pbuf ) {
1816 if ( pCh->Pbuf_stuff ) {
1823 strip = i2Output( pCh, pCh->Pbuf, pCh->Pbuf_stuff);
1824 if ( strip != pCh->Pbuf_stuff ) {
1825 memmove( pCh->Pbuf, &pCh->Pbuf[strip], pCh->Pbuf_stuff - strip );
1827 pCh->Pbuf_stuff -= strip;
1848 bytesFree = i2OutputFree( pCh ) - pCh->Pbuf_stuff;
1872 ip2trace (CHANN, ITRC_WRITE, 12, 1, pCh->Obuf_char_count + pCh->Pbuf_stuff );
1876 pCh->Obuf_char_count + pCh->Pbuf_stuff,
[all...]

Completed in 59 milliseconds