Searched refs:get_buffer_config (Results 1 – 2 of 2) sorted by relevance
60 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 …]
311 geth_buffer_config_t get_buffer_config; member
Completed in 8 milliseconds