Home
last modified time | relevance | path

Searched refs:eth_get_dev_index (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/net/
H A Dcdp.c154 sprintf(buf, CONFIG_CDP_PORT_ID, eth_get_dev_index()); in cdp_send_trigger()
H A Deth_legacy.c93 int eth_get_dev_index(void) in eth_get_dev_index() function
H A Deth-uclass.c174 int eth_get_dev_index(void) in eth_get_dev_index() function
H A Dnet.c1416 int num = eth_get_dev_index(); in net_check_prereq()
/openbmc/u-boot/include/
H A Dnet.h237 int eth_get_dev_index(void); /* get the device index */
/openbmc/u-boot/cmd/
H A Dpxe.c72 if (!eth_env_get_enetaddr_by_index("eth", eth_get_dev_index(), ethaddr)) in format_mac_pxe()