Home
last modified time | relevance | path

Searched refs:BulkLength (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/winbond/
Dwb35rx.c157 u16 BulkLength; in Wb35Rx_Complete() local
168 BulkLength = (u16)urb->actual_length; in Wb35Rx_Complete()
197 if ((BulkLength > 1600) || in Wb35Rx_Complete()
199 (BulkLength != SizeCheck) || in Wb35Rx_Complete()
200 (BulkLength == 0)) { /* Add for fail Urb */ in Wb35Rx_Complete()
207 pWb35Rx->ByteReceived += BulkLength; in Wb35Rx_Complete()
208 pWb35Rx->RxBufferSize[RxBufferId] = BulkLength; in Wb35Rx_Complete()