Searched refs:bufferIndex (Results 1 – 4 of 4) sorted by relevance
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()[all …]
485 uint32_t bufferIndex : 8U; member575 uint32_t bufferIndex; member
487 uint32_t bufferIndex = 0; in DSPI_MasterTransferEDMA() local493 bufferIndex = handle->remainingSendByteCount - 1U; in DSPI_MasterTransferEDMA()497 bufferIndex = handle->remainingSendByteCount - 2U; in DSPI_MasterTransferEDMA()502 bufferIndex = handle->remainingSendByteCount; in DSPI_MasterTransferEDMA()510 tmpLastCommand = (tmpLastCommand & 0xffff0000U) | tmpTxData[bufferIndex - 1U]; in DSPI_MasterTransferEDMA()514 … tmpLastCommand = (tmpLastCommand & 0xffff0000U) | ((uint32_t)tmpTxData[bufferIndex - 1U] << 8U) | in DSPI_MasterTransferEDMA()515 tmpTxData[bufferIndex - 2U]; in DSPI_MasterTransferEDMA()
6842 uint32 bufferIndex = 0; local6848 bufferIndex = ring * NETC_ETH_MAX_NUMBER_OF_RXBD + rxIndex;6860 buff->data = (uint8*)Netc_Eth_Ip_apxState[ctrlIndex]->RxDataBuffAddr[bufferIndex];7516 uint32 bufferIndex; local7538 bufferIndex = ring * FEATURE_NETC_RX_BDR_COUNT + CurrentConsumerIndex;7550 Netc_Eth_Ip_apxState[ctrlIndex]->RxDataBuffAddr[bufferIndex] = (uint32)buff->data;