Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/gmac/
A Dhal_geth.c60 rx_p = rt_geth_dev.get_buffer_config.dma_desc_rx + count; in gmac_rx_desc_fill()
158 rx_p = rt_geth_dev.get_buffer_config.dma_desc_rx + rx_clean; in read_data_from_eth()
211 desc = rt_geth_dev.get_buffer_config.dma_desc_tx + tx_clean; in tx_desc_recycle()
573 if(!rt_geth_dev.get_buffer_config.rx_buff_addr) in geth_dma_desc_init()
579 …rt_geth_dev.get_buffer_config.phy_rx_buff_addr = (void *)awos_arch_virt_to_phys((unsigned long)rt_… in geth_dma_desc_init()
585 if(!rt_geth_dev.get_buffer_config.tx_buff_addr) in geth_dma_desc_init()
591 …rt_geth_dev.get_buffer_config.phy_tx_buff_addr = (void *)awos_arch_virt_to_phys((unsigned long)rt_… in geth_dma_desc_init()
598 if(!rt_geth_dev.get_buffer_config.dma_desc_rx) in geth_dma_desc_init()
611 if(!rt_geth_dev.get_buffer_config.dma_desc_tx) in geth_dma_desc_init()
697 …desc_init_chain(rt_geth_dev.get_buffer_config.dma_desc_tx, (unsigned long)rt_geth_dev.get_buffer_c… in rt_geth_init()
[all …]
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_geth.h311 geth_buffer_config_t get_buffer_config; member

Completed in 9 milliseconds