Searched refs:eth_get_name (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/net/ |
D | link_local.c | 100 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()
|
D | eth_common.c | 69 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
|
D | ping.c | 76 printf("Using %s device\n", eth_get_name()); in ping_start()
|
D | fastboot.c | 307 printf("Using %s device\n", eth_get_name()); in fastboot_start_server()
|
D | tftp.c | 763 printf("Using %s device\n", eth_get_name()); in tftp_start() 856 printf("Using %s device\n", eth_get_name()); in tftp_start_server()
|
D | cdp.c | 353 printf("Using %s device\n", eth_get_name()); in cdp_start()
|
D | nfs.c | 888 debug("Using %s device\n", eth_get_name()); in nfs_start()
|
/external/u-boot/cmd/ |
D | bdinfo.c | 52 printf("current eth = %s\n", eth_get_name()); in print_eths()
|
/external/u-boot/include/ |
D | net.h | 287 const char *eth_get_name(void); /* get name of current device */
|