Searched refs:tmpBufAddr (Results 1 – 1 of 1) sorted by relevance
1633 CEDI_BuffAddr tmpBufAddr; in Cy_ETHIF_EventRxFrame() local1652 tmpBufAddr.pAddr = 0; in Cy_ETHIF_EventRxFrame()1653 tmpBufAddr.vAddr = tmpBufAddr.pAddr; in Cy_ETHIF_EventRxFrame()1658 tmpBufAddr.pAddr = (uintptr_t)rxBufAddr; in Cy_ETHIF_EventRxFrame()1659 tmpBufAddr.vAddr = tmpBufAddr.pAddr; in Cy_ETHIF_EventRxFrame()1664 &tmpBufAddr, in Cy_ETHIF_EventRxFrame()1679 …stccallbackfunctions[u8EthIfInstance].rxframecb(base, (uint8_t*)tmpBufAddr.pAddr, Rx_DescStat.bufL… in Cy_ETHIF_EventRxFrame()