Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sandbox/include/asm/
H A Deth-raw-os.h54 int sandbox_eth_raw_os_is_local(const char *ifname);
/openbmc/u-boot/drivers/net/
H A Dsandbox-raw-bus.c29 int local = sandbox_eth_raw_os_is_local(i->if_name); in eth_raw_bus_post_bind()
H A Dsandbox-raw.c175 ret = sandbox_eth_raw_os_is_local(priv->host_ifname); in sb_eth_raw_ofdata_to_platdata()
/openbmc/u-boot/arch/sandbox/cpu/
H A Deth-raw-os.c39 int sandbox_eth_raw_os_is_local(const char *ifname) in sandbox_eth_raw_os_is_local() function