Home
last modified time | relevance | path

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

/u-boot/net/
A Dlink_local.c103 timeout_ms, eth_get_name(), nprobes, nclaims); in configure_wait()
144 nprobes, eth_get_name(), &ip); in link_local_timeout()
153 nclaims, eth_get_name(), &ip); in link_local_timeout()
165 nclaims, eth_get_name(), &ip); in link_local_timeout()
176 nclaims, eth_get_name(), &ip); in link_local_timeout()
244 bb_error_msg("iface %s is down", eth_get_name()); in link_local_receive_arp()
254 eth_get_name(), ntohs(arp->ar_pro), in link_local_receive_arp()
302 debug("%s ratelimit\n", eth_get_name()); in link_local_receive_arp()
A Deth_common.c70 if (act == NULL || strcmp(act, eth_get_name()) != 0) in eth_current_changed()
71 env_set("ethact", eth_get_name()); in eth_current_changed()
137 const char *eth_get_name(void) in eth_get_name() function
A Dping.c73 printf("Using %s device\n", eth_get_name()); in ping_start()
A Dfastboot.c310 printf("Using %s device\n", eth_get_name()); in fastboot_start_server()
A Dcdp.c353 printf("Using %s device\n", eth_get_name()); in cdp_start()
A Dtftp.c802 printf("Using %s device\n", eth_get_name()); in tftp_start()
903 printf("Using %s device\n", eth_get_name()); in tftp_start_server()
A Dnfs.c895 printf("Using %s device\n", eth_get_name()); in nfs_start()
/u-boot/cmd/
A Dbdinfo.c111 printf("current eth = %s\n", eth_get_name()); in do_bdinfo()
/u-boot/include/
A Dnet.h309 const char *eth_get_name(void); /* get name of current device */

Completed in 14 milliseconds