Lines Matching refs:rxDmaBuff
1168 uint64_t rxDmaBuff; in EP_DropFrame() local
1177 rxDmaBuff = rxBdRing->buffArray[index]; in EP_DropFrame()
1179 … rxDmaBuff = (uint64_t)MEMORY_ConvertMemoryMapAddress((uintptr_t)rxDmaBuff, kMEMORY_Local2DMA); in EP_DropFrame()
1181 rxDesc->standard.addr = rxDmaBuff; in EP_DropFrame()
1215 uint64_t rxDmaBuff; in EP_ReceiveFrameCopyCommon() local
1242 rxDmaBuff = rxBdRing->extendDesc ? rxBdRing->buffArray[rxBdRing->index / 2U] : in EP_ReceiveFrameCopyCommon()
1247 NETC_DcacheInvalidateByRange((uintptr_t)rxDmaBuff, rxBdRing->buffSize); in EP_ReceiveFrameCopyCommon()
1252 … (void)memcpy((void *)(uint8_t *)data, (void *)(uint8_t *)(uintptr_t)rxDmaBuff, copyLen); in EP_ReceiveFrameCopyCommon()
1259 rxDmaBuff = rxBdRing->buffArray[index]; in EP_ReceiveFrameCopyCommon()
1261 … rxDmaBuff = (uintptr_t)MEMORY_ConvertMemoryMapAddress((uintptr_t)rxDmaBuff, kMEMORY_Local2DMA); in EP_ReceiveFrameCopyCommon()
1263 rxDesc->standard.addr = rxDmaBuff; in EP_ReceiveFrameCopyCommon()
1325 uint64_t rxDmaBuff; in EP_ReceiveFrameCommon() local
1344 rxDmaBuff = rxBdRing->buffArray[buffIdx]; in EP_ReceiveFrameCommon()
1348 NETC_DcacheInvalidateByRange((uintptr_t)rxDmaBuff, rxBdRing->buffSize); in EP_ReceiveFrameCommon()
1352 frame->buffArray[index].buffer = (void *)(uint8_t *)(uintptr_t)rxDmaBuff; in EP_ReceiveFrameCommon()
1359 rxDmaBuff = (uint64_t)(uintptr_t)(uint8_t *)newBuff; in EP_ReceiveFrameCommon()
1361 … rxDmaBuff = (uint64_t)MEMORY_ConvertMemoryMapAddress((uintptr_t)rxDmaBuff, kMEMORY_Local2DMA); in EP_ReceiveFrameCommon()
1363 rxDesc->standard.addr = rxDmaBuff; in EP_ReceiveFrameCommon()