Home
last modified time | relevance | path

Searched refs:tx_clean (Results 1 – 1 of 1) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/gmac/
A Dhal_geth.c210 static int tx_clean = 0; in tx_desc_recycle() local
211 desc = rt_geth_dev.get_buffer_config.dma_desc_tx + tx_clean; in tx_desc_recycle()
221 tx_clean = circ_inc(tx_clean, DMA_DESC_TX_NUM); in tx_desc_recycle()
222 desc = rt_geth_dev.get_buffer_config.dma_desc_tx + tx_clean; in tx_desc_recycle()
303 static int tx_clean = 0; in rt_geth_xmit() local

Completed in 6 milliseconds