Searched refs:context_dma_rx_desc (Results 1 – 1 of 1) sorted by relevance
734 __IO ETH_DMADescTypeDef *context_dma_rx_desc; in eth_rx() local738 context_dma_rx_desc = in eth_rx()740 if (context_dma_rx_desc->DESC1 != UINT32_MAX || in eth_rx()741 context_dma_rx_desc->DESC0 != UINT32_MAX) { in eth_rx()742 timestamp.second = context_dma_rx_desc->DESC1; in eth_rx()743 timestamp.nanosecond = context_dma_rx_desc->DESC0; in eth_rx()