Searched refs:BulkLength (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/staging/winbond/
H A Dwb35rx.c161 u16 BulkLength; local
172 BulkLength = (u16)urb->actual_length;
203 if ((BulkLength > 1600) ||
205 (BulkLength != SizeCheck) ||
206 (BulkLength == 0)) { /* Add for fail Urb */
213 pWb35Rx->ByteReceived += BulkLength;
214 pWb35Rx->RxBufferSize[RxBufferId] = BulkLength;

Completed in 53 milliseconds