Searched refs:bytesFree (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Dip2main.c1787 int bytesFree; local
1792 bytesFree = i2OutputFree( pCh ) - pCh->Pbuf_stuff;
1795 ip2trace (CHANN, ITRC_WRITE, 11, 1, bytesFree );
1797 return ((bytesFree > 0) ? bytesFree : 0);

Completed in 78 milliseconds