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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Drocket.c325 int ToRecv, wRecv, space; local
328 ToRecv = sGetRxCnt(cp);
330 printk(KERN_INFO "rp_do_receive(%d)...", ToRecv);
332 if (ToRecv == 0)
360 while (ToRecv) {
370 ToRecv--;
385 ToRecv--;
404 space = tty_prepare_flip_string(tty, &cbuf, ToRecv);
405 if (space < ToRecv) {
407 printk(KERN_INFO "rp_do_receive:insufficient space ToRecv
[all...]

Completed in 45 milliseconds