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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dusbvideo.c474 unsigned long allBytes, xferBytes; local
477 xferBytes = uvd->stats.data_count;
479 if (xferBytes < (((unsigned long)-1)/100))
480 percent = (100 * xferBytes) / allBytes;
482 percent = xferBytes / (allBytes / 100);
483 /* Scale xferBytes for easy reading */
484 if (xferBytes > 10*1024) {
485 xferBytes /= 1024;
487 if (xferBytes > 10*1024) {
488 xferBytes /
[all...]

Completed in 38 milliseconds