Home
last modified time | relevance | path

Searched refs:eth_get_name (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/net/
H A Dlink_local.c100 timeout_ms, eth_get_name(), nprobes, nclaims); in configure_wait()
141 nprobes, eth_get_name(), &ip); in link_local_timeout()
150 nclaims, eth_get_name(), &ip); in link_local_timeout()
162 nclaims, eth_get_name(), &ip); in link_local_timeout()
173 nclaims, eth_get_name(), &ip); in link_local_timeout()
241 bb_error_msg("iface %s is down", eth_get_name()); in link_local_receive_arp()
251 eth_get_name(), ntohs(arp->ar_pro), in link_local_receive_arp()
299 debug("%s ratelimit\n", eth_get_name()); in link_local_receive_arp()
H A Deth_common.c69 if (act == NULL || strcmp(act, eth_get_name()) != 0) in eth_current_changed()
70 env_set("ethact", eth_get_name()); in eth_current_changed()
136 const char *eth_get_name(void) in eth_get_name() function
H A Dping.c71 printf("Using %s device\n", eth_get_name()); in ping_start()
H A Dtftp.c674 printf("Using %s device\n", eth_get_name()); in tftp_start()
777 printf("Using %s device\n", eth_get_name()); in tftp_start_server()
H A Dfastboot.c307 printf("Using %s device\n", eth_get_name()); in fastboot_start_server()
H A Dcdp.c353 printf("Using %s device\n", eth_get_name()); in cdp_start()
H A Dnfs.c877 printf("Using %s device\n", eth_get_name()); in nfs_start()
/openbmc/u-boot/cmd/
H A Dbdinfo.c52 printf("current eth = %s\n", eth_get_name()); in print_eths()
/openbmc/u-boot/include/
H A Dnet.h284 const char *eth_get_name(void); /* get name of current device */