Lines Matching refs:transferSofar

1626                     trCurrent->transferSofar += s_UsbHostIp3516HsPtd[usbHostState->controllerId]  in USB_HostIp3516HsCancelPipe()
1645 if (((trCurrent->transferSofar != trCurrent->transferLength) || in USB_HostIp3516HsCancelPipe()
1666 trCurrent->transferSofar += s_UsbHostIp3516HsPtd[usbHostState->controllerId] in USB_HostIp3516HsCancelPipe()
1686 if ((0U == trCurrent->transferSofar) && (kStatus_USB_Success == trStatus)) in USB_HostIp3516HsCancelPipe()
1705 trCurrent->transferSofar += s_UsbHostIp3516HsPtd[usbHostState->controllerId] in USB_HostIp3516HsCancelPipe()
1725 … if ((0U == trCurrent->transferSofar) && (kStatus_USB_Success == trStatus)) in USB_HostIp3516HsCancelPipe()
2047 transferLength = (tr->transferLength - tr->transferSofar); in USB_HostIp3516HsWriteControlPipe()
2057 bufferAddress[i] = tr->transferBuffer[tr->transferSofar + i]; in USB_HostIp3516HsWriteControlPipe()
2079 if (transferLength < (tr->transferLength - tr->transferSofar)) in USB_HostIp3516HsWriteControlPipe()
2151 transferLength = (tr->transferLength - tr->transferSofar); in USB_HostIp3516HsWriteBulkPipe()
2183 …(void)memcpy((void *)bufferAddress, (void *)(&tr->transferBuffer[tr->transferSofar]), transferLeng… in USB_HostIp3516HsWriteBulkPipe()
2232 transferLength = (currentTr->transferLength - currentTr->transferSofar); in USB_HostIp3516HsWriteIsoPipe()
2286 bufferAddress[i] = currentTr->transferBuffer[currentTr->transferSofar + i]; in USB_HostIp3516HsWriteIsoPipe()
2350 uint32_t primedLength = currentTr->transferSofar; in USB_HostIp3516HsWriteIsoPipe()
2442 transferLength = (tr->transferLength - tr->transferSofar); in USB_HostIp3516HsWriteInterruptPipe()
2464 bufferAddress[i] = tr->transferBuffer[tr->transferSofar + i]; in USB_HostIp3516HsWriteInterruptPipe()
2613 …memcpy(&trCurrent->transferBuffer[trCurrent->transferSofar], &s_UsbHostIp3516HsBufferArray[p->buff… in USB_HostIp3516HsCheckIsoTransferSofar()
2615 trCurrent->transferSofar += s_UsbHostIp3516HsPtd[usbHostState->controllerId] in USB_HostIp3516HsCheckIsoTransferSofar()
2806 … (void)memcpy((void *)(&trCurrent->transferBuffer[trCurrent->transferSofar]), in USB_HostIp3516HsTokenDone()
2812 … trCurrent->transferSofar += s_UsbHostIp3516HsPtd[usbHostState->controllerId] in USB_HostIp3516HsTokenDone()
2819 … (void)memcpy((void *)(&trCurrent->transferBuffer[trCurrent->transferSofar]), in USB_HostIp3516HsTokenDone()
2825 … trCurrent->transferSofar += s_UsbHostIp3516HsPtd[usbHostState->controllerId] in USB_HostIp3516HsTokenDone()
2899 (void)memcpy((void *)(&trCurrent->transferBuffer[trCurrent->transferSofar]), in USB_HostIp3516HsTokenDone()
2902 trCurrent->transferSofar += s_UsbHostIp3516HsPtd[usbHostState->controllerId] in USB_HostIp3516HsTokenDone()
2935 (pipe->trList->transferSofar < pipe->trList->transferLength)) in USB_HostIp3516HsTokenDone()
2975 (void)memcpy((void *)(&trCurrent->transferBuffer[trCurrent->transferSofar]), in USB_HostIp3516HsTokenDone()
2981 trCurrent->transferSofar += s_UsbHostIp3516HsPtd[usbHostState->controllerId] in USB_HostIp3516HsTokenDone()
3036 (void)memcpy((void *)(&trCurrent->transferBuffer[trCurrent->transferSofar]), in USB_HostIp3516HsTokenDone()
3042 trCurrent->transferSofar += s_UsbHostIp3516HsPtd[usbHostState->controllerId] in USB_HostIp3516HsTokenDone()
3712 transfer->transferSofar = 0U; in USB_HostIp3516HsWritePipe()