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
481 uint32_t bufferIndex = 0; in DSPI_MasterTransferEDMA() local487 bufferIndex = handle->remainingSendByteCount - 1U; in DSPI_MasterTransferEDMA()491 bufferIndex = handle->remainingSendByteCount - 2U; in DSPI_MasterTransferEDMA()496 bufferIndex = handle->remainingSendByteCount; in DSPI_MasterTransferEDMA()504 tmpLastCommand = (tmpLastCommand & 0xffff0000U) | tmpTxData[bufferIndex - 1U]; in DSPI_MasterTransferEDMA()508 … tmpLastCommand = (tmpLastCommand & 0xffff0000U) | ((uint32_t)tmpTxData[bufferIndex - 1U] << 8U) | in DSPI_MasterTransferEDMA()509 tmpTxData[bufferIndex - 2U]; in DSPI_MasterTransferEDMA()
2049 uint32 bufferIndex = 0; in Netc_Eth_Ip_ReadFrame() local2065 bufferIndex = ring * NETC_ETH_MAX_NUMBER_OF_RXBD + rxIndex; in Netc_Eth_Ip_ReadFrame()2090 … buff->data = (uint8*)Netc_Eth_Ip_apxState[ctrlIndex]->RxDataBuffAddr[bufferIndex]; in Netc_Eth_Ip_ReadFrame()2220 uint32 bufferIndex; in Netc_Eth_Ip_ProvideRxBuff() local2242 bufferIndex = ring * FEATURE_NETC_RX_BDR_COUNT + CurrentConsumerIndex; in Netc_Eth_Ip_ProvideRxBuff()2254 Netc_Eth_Ip_apxState[ctrlIndex]->RxDataBuffAddr[bufferIndex] = (uint32)buff->data; in Netc_Eth_Ip_ProvideRxBuff()