Searched refs:rx_buf_alloc (Results 1 – 2 of 2) sorted by relevance
270 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()
87 u8 *rx_buf_alloc; member