Searched refs:eth_get_dev (Results 1 – 11 of 11) sorted by relevance
71 if (eth_get_dev()) { in eth_current_changed()96 if (!eth_get_dev()) in eth_try_another()100 first_failed = eth_get_dev(); in eth_try_another()106 if (first_failed == eth_get_dev()) in eth_try_another()141 return eth_get_dev() ? eth_get_dev()->name : "unknown"; in eth_get_name()
100 struct udevice *eth_get_dev(void) in eth_get_dev() function181 if (eth_get_dev()) { in eth_get_ethaddr()195 current = eth_get_dev(); in eth_init_state_only()211 current = eth_get_dev(); in eth_halt_state_only()221 if (eth_get_dev()) in eth_get_dev_index()222 return dev_seq(eth_get_dev()); in eth_get_dev_index()307 current = eth_get_dev(); in eth_init()344 current = eth_get_dev(); in eth_init()355 current = eth_get_dev(); in eth_halt()384 current = eth_get_dev(); in eth_send()[all …]
356 if (eth_get_dev()) { in net_init_loop()620 if (miiphy_link(eth_get_dev()->name, CONFIG_SYS_FAULT_MII_ADDR)) in net_loop()687 if (miiphy_link(eth_get_dev()->name, in net_loop()
29 return ((void *)eth_get_dev() == cookie) ? 1 : 0; in dev_valid_net()58 struct eth_device *eth_current = eth_get_dev(); in dev_enum_net()
95 dev = eth_get_dev(); in mii_send()205 dev = eth_get_dev(); in mii_init()
183 eth = eth_get_dev(); in nc_send_packet()305 eth = eth_get_dev(); in nc_stdio_tstc()
1078 assert(eth_get_dev()); in efi_dp_from_eth()1080 dpsize += dp_size(eth_get_dev()); in efi_dp_from_eth()1086 buf = dp_fill(buf, eth_get_dev()); in efi_dp_from_eth()
866 if (!eth_get_dev()) { in efi_net_register()
185 struct udevice *eth_get_dev(void); /* get the current device */
681 const struct udevice *current = eth_get_dev(); in do_net_list()
1218 struct eth_pdata *pdata = dev_get_plat(eth_get_dev()); in phy_interface_is_ncsi()
Completed in 25 milliseconds