Searched refs:eth_dma_tx_descriptor_t (Results 1 – 3 of 3) sorted by relevance
73 } eth_dma_tx_descriptor_t; typedef79 _Static_assert(sizeof(eth_dma_tx_descriptor_t) == 32, "eth_dma_tx_descriptor_t should occupy 32 byt…163 eth_dma_tx_descriptor_t *tx_desc;
156 hal->tx_desc = (eth_dma_tx_descriptor_t *)(hal->rx_desc + in emac_hal_reset_desc_chain()406 eth_dma_tx_descriptor_t *desc_iter = hal->tx_desc; in emac_hal_transmit_frame()439 desc_iter = (eth_dma_tx_descriptor_t *)(desc_iter->Buffer2NextDescAddr); in emac_hal_transmit_frame()445 hal->tx_desc = (eth_dma_tx_descriptor_t *)(hal->tx_desc->Buffer2NextDescAddr); in emac_hal_transmit_frame()
475 CONFIG_ETH_DMA_TX_BUFFER_NUM * sizeof(eth_dma_tx_descriptor_t); in esp_emac_alloc_driver_obj()