Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/qe/
H A Duec_phy.c82 struct fixed_phy_port { struct
88 static const struct fixed_phy_port fixed_phy_port[] = { argument
662 for (i = 0; i < ARRAY_SIZE(fixed_phy_port); i++) { in fixed_phy_read_status()
663 if (strncmp(mii_info->dev->name, fixed_phy_port[i].name, in fixed_phy_read_status()
665 mii_info->speed = fixed_phy_port[i].speed; in fixed_phy_read_status()
666 mii_info->duplex = fixed_phy_port[i].duplex; in fixed_phy_read_status()