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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_edgeport.c1095 int copySize; local
1112 copySize = min ((unsigned int)count, (edge_port->txCredits - fifo->count));
1115 port->number, count, edge_port->txCredits - fifo->count, copySize);
1118 if (copySize == 0) {
1119 dbg("%s - copySize = Zero", __FUNCTION__);
1130 firsthalf = min (bytesleft, copySize);
1146 secondhalf = copySize-firsthalf;
1163 dbg("%s wrote %d byte(s) TxCredits %d, Fifo %d", __FUNCTION__, copySize, edge_port->txCredits, fifo->count);
1165 return copySize;

Completed in 38 milliseconds