Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsh_eth.c201 port_info->tx_desc_alloc = in sh_eth_tx_desc_init()
203 if (!port_info->tx_desc_alloc) { in sh_eth_tx_desc_init()
209 flush_cache_wback(port_info->tx_desc_alloc, alloc_desc_size); in sh_eth_tx_desc_init()
213 (struct tx_desc_s *)ADDR_TO_P2((u32)port_info->tx_desc_alloc); in sh_eth_tx_desc_init()
320 if (port_info->tx_desc_alloc) { in sh_eth_tx_desc_free()
321 free(port_info->tx_desc_alloc); in sh_eth_tx_desc_free()
322 port_info->tx_desc_alloc = NULL; in sh_eth_tx_desc_free()
H A Dsh_eth.h82 struct tx_desc_s *tx_desc_alloc; member