Searched refs:BulkLength (Results 1 – 1 of 1) sorted by relevance
157 u16 BulkLength; in Wb35Rx_Complete() local168 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()