Lines Matching refs:bufferIndex
1744 pipe->bufferIndex = indexLength.state.bufferIndex; in USB_HostIp3516HsCancelPipe()
1755 … (void)USB_HostIp3516HsFreeBuffer(usbHostState, pipe->bufferIndex, pipe->bufferLength); in USB_HostIp3516HsCancelPipe()
2007 bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteControlPipe()
2013 … pipe->pipeCommon.maxPacketSize, &pipe->bufferIndex, in USB_HostIp3516HsWriteControlPipe()
2016 bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteControlPipe()
2052 bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteControlPipe()
2098 …ferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteControlPipe()
2154 bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteBulkPipe()
2163 … pipe->pipeCommon.maxPacketSize, &pipe->bufferIndex, in USB_HostIp3516HsWriteBulkPipe()
2166 bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteBulkPipe()
2236 uint32_t bufferIndex; in USB_HostIp3516HsWriteIsoPipe() local
2257 … pipe->pipeCommon.maxPacketSize, &bufferIndex, in USB_HostIp3516HsWriteIsoPipe()
2260 indexLength.state.bufferIndex = bufferIndex; in USB_HostIp3516HsWriteIsoPipe()
2262 … bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[indexLength.state.bufferIndex][0]; in USB_HostIp3516HsWriteIsoPipe()
2448 &pipe->bufferIndex, &pipe->bufferLength)) in USB_HostIp3516HsWriteInterruptPipe()
2450 bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteInterruptPipe()
2613 …sferBuffer[trCurrent->transferSofar], &s_UsbHostIp3516HsBufferArray[p->bufferIndex][0], s_UsbHostI… in USB_HostIp3516HsCheckIsoTransferSofar()
2807 … (void *)(&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]), in USB_HostIp3516HsTokenDone()
2820 … (void *)(&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]), in USB_HostIp3516HsTokenDone()
2900 … (void *)(&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]), length); in USB_HostIp3516HsTokenDone()
2976 (void *)(&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]), in USB_HostIp3516HsTokenDone()
3031 pipe->bufferIndex = indexLength.state.bufferIndex; in USB_HostIp3516HsTokenDone()
3036 (void *)(&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]), in USB_HostIp3516HsTokenDone()
3108 … (void)USB_HostIp3516HsFreeBuffer(usbHostState, pipe->bufferIndex, pipe->bufferLength); in USB_HostIp3516HsTokenDone()