Searched refs:amountToRead (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.c1357 int amountToRead; local
1426 amountToRead = IBUF_SIZE - stuffIndex;
1427 if (amountToRead > count)
1428 amountToRead = count;
1434 iiReadBuf(pB, &(pCh->Ibuf[stuffIndex]), amountToRead);
1435 pCh->icount.rx += amountToRead;
1444 stuffIndex += amountToRead;
1447 if ((amountToRead & 1) && (count > amountToRead)) {
1449 amountToRead
[all...]

Completed in 37 milliseconds