Searched refs:ethname (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | tam3517-common.h | 307 char buf[80], ethname[20]; \ 320 sprintf(ethname, "eth%daddr", i); \ 322 strcpy(ethname, "ethaddr"); \ 323 printf("Setting %s from EEPROM with %s\n", ethname, buf);\ 324 env_set(ethname, buf); \
|
| /OK3568_Linux_fs/u-boot/drivers/net/phy/ |
| H A D | mv88e6352.c | 268 const char *cmd, *ethname; in do_mvsw_reg() local 280 ethname = argv[1]; in do_mvsw_reg() 283 ret = do_mvsw_reg_read(ethname, argc, argv); in do_mvsw_reg() 287 ethname = argv[1]; in do_mvsw_reg() 290 ret = do_mvsw_reg_write(ethname, argc, argv); in do_mvsw_reg()
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | eth.c | 106 const char *ethname[DM_TEST_ETH_NUM] = {"eth@10002000", "eth@10003000", in dm_test_eth_act() local 118 ethname[i], &dev[i])); in dm_test_eth_act() 129 env_set("ethact", ethname[0]); in dm_test_eth_act()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | miiphyutil.c | 181 struct phy_device *mdio_phydev_for_ethname(const char *ethname) in mdio_phydev_for_ethname() argument 194 if (strcmp(bus->phymap[i]->dev->name, ethname) == 0) in mdio_phydev_for_ethname() 199 printf("%s is not a known ethernet\n", ethname); in mdio_phydev_for_ethname()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | exports.h | 44 struct phy_device *mdio_phydev_for_ethname(const char *ethname);
|
| H A D | _exports.h | 86 mdio_phydev_for_ethname, const char *ethname)
|
| /OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/ |
| H A D | mc.c | 326 char ethname[10]; in mc_fixup_mac_addrs() local 335 sprintf(ethname, "DPMAC%d@%s", i, in mc_fixup_mac_addrs() 338 eth_dev = eth_get_dev_by_name(ethname); in mc_fixup_mac_addrs() 355 ethname); in mc_fixup_mac_addrs()
|