Searched refs:eth_get_dev_index (Results 1 - 7 of 7) sorted by relevance

/u-boot/cmd/
H A Dbdinfo.c49 const int idx = eth_get_dev_index();
/u-boot/test/cmd/
H A Dbdinfo.c51 const int idx = eth_get_dev_index();
/u-boot/net/
H A Dcdp.c151 sprintf(buf, CONFIG_CDP_PORT_ID, eth_get_dev_index());
H A Deth-uclass.c219 int eth_get_dev_index(void) function
H A Dnet.c1555 int num = eth_get_dev_index();
/u-boot/include/
H A Dnet.h210 int eth_get_dev_index(void); /* get the device index */
/u-boot/boot/
H A Dpxe_utils.c74 if (!eth_env_get_enetaddr_by_index("eth", eth_get_dev_index(), ethaddr))

Completed in 196 milliseconds