Searched refs:rx_buf_alloc (Results 1 – 2 of 2) sorted by relevance
281 port_info->rx_buf_alloc = in sh_eth_rx_desc_init()283 if (!port_info->rx_buf_alloc) { in sh_eth_rx_desc_init()289 port_info->rx_buf_base = (u8 *)ADDR_TO_P2((uintptr_t)port_info->rx_buf_alloc); in sh_eth_rx_desc_init()341 if (port_info->rx_buf_alloc) { in sh_eth_rx_desc_free()342 free(port_info->rx_buf_alloc); in sh_eth_rx_desc_free()343 port_info->rx_buf_alloc = NULL; in sh_eth_rx_desc_free()
84 u8 *rx_buf_alloc; member
Completed in 6 milliseconds