Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Dsh_eth.c261 port_info->rx_desc_alloc = in sh_eth_rx_desc_init()
263 if (!port_info->rx_desc_alloc) { in sh_eth_rx_desc_init()
269 flush_cache_wback(port_info->rx_desc_alloc, alloc_desc_size); in sh_eth_rx_desc_init()
273 (struct rx_desc_s *)ADDR_TO_P2((uintptr_t)port_info->rx_desc_alloc); in sh_eth_rx_desc_init()
315 free(port_info->rx_desc_alloc); in sh_eth_rx_desc_init()
316 port_info->rx_desc_alloc = NULL; in sh_eth_rx_desc_init()
336 if (port_info->rx_desc_alloc) { in sh_eth_rx_desc_free()
337 free(port_info->rx_desc_alloc); in sh_eth_rx_desc_free()
338 port_info->rx_desc_alloc = NULL; in sh_eth_rx_desc_free()
A Dsh_eth.h81 struct rx_desc_s *rx_desc_alloc; member

Completed in 6 milliseconds