Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsh_eth.c198 port_info->tx_desc_alloc = in sh_eth_tx_desc_init()
200 if (!port_info->tx_desc_alloc) { in sh_eth_tx_desc_init()
206 flush_cache_wback((u32)port_info->tx_desc_alloc, alloc_desc_size); in sh_eth_tx_desc_init()
210 (struct tx_desc_s *)ADDR_TO_P2((u32)port_info->tx_desc_alloc); in sh_eth_tx_desc_init()
316 if (port_info->tx_desc_alloc) { in sh_eth_tx_desc_free()
317 free(port_info->tx_desc_alloc); in sh_eth_tx_desc_free()
318 port_info->tx_desc_alloc = NULL; in sh_eth_tx_desc_free()
H A Dsh_eth.h81 struct tx_desc_s *tx_desc_alloc; member