Searched refs:eth_dma_tx_descriptor_t (Results 1 – 2 of 2) sorted by relevance
80 } eth_dma_tx_descriptor_t; typedef86 ESP_STATIC_ASSERT(sizeof(eth_dma_tx_descriptor_t) == 32, "eth_dma_tx_descriptor_t should occupy 32 …170 eth_dma_tx_descriptor_t *tx_desc;
179 hal->tx_desc = (eth_dma_tx_descriptor_t *)((uint32_t)hal->descriptors + in emac_hal_reset_desc_chain()425 eth_dma_tx_descriptor_t *desc_iter = hal->tx_desc; in emac_hal_transmit_frame()458 desc_iter = (eth_dma_tx_descriptor_t *)(desc_iter->Buffer2NextDescAddr); in emac_hal_transmit_frame()464 hal->tx_desc = (eth_dma_tx_descriptor_t *)(hal->tx_desc->Buffer2NextDescAddr); in emac_hal_transmit_frame()481 eth_dma_tx_descriptor_t *desc_iter = hal->tx_desc; in emac_hal_transmit_multiple_buf_frame()546 desc_iter = (eth_dma_tx_descriptor_t *)(desc_iter->Buffer2NextDescAddr); in emac_hal_transmit_multiple_buf_frame()552 hal->tx_desc = (eth_dma_tx_descriptor_t *)(hal->tx_desc->Buffer2NextDescAddr); in emac_hal_transmit_multiple_buf_frame()