Searched refs:fixed_phy_port (Results 1 – 1 of 1) sorted by relevance
83 struct fixed_phy_port { struct89 static const struct fixed_phy_port fixed_phy_port[] = { argument663 for (i = 0; i < ARRAY_SIZE(fixed_phy_port); i++) { in fixed_phy_read_status()664 if (strncmp(mii_info->dev->name, fixed_phy_port[i].name, in fixed_phy_read_status()666 mii_info->speed = fixed_phy_port[i].speed; in fixed_phy_read_status()667 mii_info->duplex = fixed_phy_port[i].duplex; in fixed_phy_read_status()