Searched refs:stripIndex (Results 1 - 1 of 1) 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.c754 unsigned short stripIndex; local
768 stripIndex = pCh->Ibuf_strip;
770 count = pCh->Ibuf_stuff - stripIndex;
788 amountToMove = IBUF_SIZE - stripIndex;
795 &(pCh->Ibuf[stripIndex]), NULL, amountToMove );
801 // Bump and wrap the stripIndex all at once by the amount of data read. This
803 stripIndex += count;
804 if (stripIndex >= IBUF_SIZE) {
805 stripIndex -= IBUF_SIZE;
807 pCh->Ibuf_strip = stripIndex;
1791 unsigned short stripIndex; local
1898 unsigned short stripIndex; local
[all...]

Completed in 92 milliseconds