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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dbas-gigaset.c1234 int totleft, numbytes, offset, frame, rc; local
1288 totleft = urb->actual_length;
1289 for (frame = 0; totleft > 0 && frame < BAS_NUMFRAMES; frame++) {
1306 if (unlikely(numbytes > totleft)) {
1309 "numbytes (%d) > totleft (%d)\n",
1310 frame, numbytes, totleft);
1323 totleft -= numbytes;
1325 if (unlikely(totleft > 0))
1328 totleft);

Completed in 94 milliseconds