Searched refs:Pbuf (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.h171 UCHAR Pbuf[MAX_OBUF_BLOCK - sizeof (i2DataHeader)]; member in struct:_i2ChanStr
H A Dip2main.c1789 pCh->Pbuf[pCh->Pbuf_stuff++] = ch;
1790 if ( pCh->Pbuf_stuff == sizeof pCh->Pbuf ) {
1823 strip = i2Output( pCh, pCh->Pbuf, pCh->Pbuf_stuff);
1825 memmove( pCh->Pbuf, &pCh->Pbuf[strip], pCh->Pbuf_stuff - strip );

Completed in 109 milliseconds