Home
last modified time | relevance | path

Searched refs:host_ifindex (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dsandbox-raw.c165 &priv->host_ifindex) < 0) { in sb_eth_raw_ofdata_to_platdata()
166 priv->host_ifindex = 0; in sb_eth_raw_ofdata_to_platdata()
172 priv->host_ifindex, priv->host_ifname); in sb_eth_raw_ofdata_to_platdata()
H A Dsandbox-raw-bus.c46 priv->host_ifindex = i->if_index; in eth_raw_bus_post_bind()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Deth-raw-os.h30 unsigned int host_ifindex; member
/openbmc/u-boot/arch/sandbox/cpu/
H A Deth-raw-os.c62 if (!if_indextoname(priv->host_ifindex, priv->host_ifname)) in sandbox_eth_raw_os_idx_to_name()
83 priv->host_ifindex = device->sll_ifindex; in _raw_packet_start()