Searched refs:rx_buf_alloc (Results 1 – 2 of 2) sorted by relevance
275 port_info->rx_buf_alloc = in sh_eth_rx_desc_init()277 if (!port_info->rx_buf_alloc) { in sh_eth_rx_desc_init()283 port_info->rx_buf_base = (u8 *)ADDR_TO_P2((u32)port_info->rx_buf_alloc); in sh_eth_rx_desc_init()335 if (port_info->rx_buf_alloc) { in sh_eth_rx_desc_free()336 free(port_info->rx_buf_alloc); in sh_eth_rx_desc_free()337 port_info->rx_buf_alloc = NULL; in sh_eth_rx_desc_free()
88 u8 *rx_buf_alloc; member