Searched refs:eth_get_name (Results 1 – 9 of 9) sorted by relevance
/u-boot/net/ |
A D | link_local.c | 103 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 D | eth_common.c | 70 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 D | ping.c | 73 printf("Using %s device\n", eth_get_name()); in ping_start()
|
A D | fastboot.c | 310 printf("Using %s device\n", eth_get_name()); in fastboot_start_server()
|
A D | cdp.c | 353 printf("Using %s device\n", eth_get_name()); in cdp_start()
|
A D | tftp.c | 802 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 D | nfs.c | 895 printf("Using %s device\n", eth_get_name()); in nfs_start()
|
/u-boot/cmd/ |
A D | bdinfo.c | 111 printf("current eth = %s\n", eth_get_name()); in do_bdinfo()
|
/u-boot/include/ |
A D | net.h | 309 const char *eth_get_name(void); /* get name of current device */
|
Completed in 14 milliseconds