Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsh_eth.c270 port_info->rx_buf_alloc = in sh_eth_rx_desc_init()
272 if (!port_info->rx_buf_alloc) { in sh_eth_rx_desc_init()
278 port_info->rx_buf_base = (u8 *)ADDR_TO_P2((u32)port_info->rx_buf_alloc); in sh_eth_rx_desc_init()
332 if (port_info->rx_buf_alloc) { in sh_eth_rx_desc_free()
333 free(port_info->rx_buf_alloc); in sh_eth_rx_desc_free()
334 port_info->rx_buf_alloc = NULL; in sh_eth_rx_desc_free()
H A Dsh_eth.h87 u8 *rx_buf_alloc; member