Home
last modified time | relevance | path

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

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