Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsh_eth.c250 port_info->rx_desc_alloc = in sh_eth_rx_desc_init()
252 if (!port_info->rx_desc_alloc) { in sh_eth_rx_desc_init()
258 flush_cache_wback(port_info->rx_desc_alloc, alloc_desc_size); in sh_eth_rx_desc_init()
262 (struct rx_desc_s *)ADDR_TO_P2((u32)port_info->rx_desc_alloc); in sh_eth_rx_desc_init()
304 free(port_info->rx_desc_alloc); in sh_eth_rx_desc_init()
305 port_info->rx_desc_alloc = NULL; in sh_eth_rx_desc_init()
327 if (port_info->rx_desc_alloc) { in sh_eth_rx_desc_free()
328 free(port_info->rx_desc_alloc); in sh_eth_rx_desc_free()
329 port_info->rx_desc_alloc = NULL; in sh_eth_rx_desc_free()
H A Dsh_eth.h84 struct rx_desc_s *rx_desc_alloc; member