Searched refs:phymap (Results 1 – 3 of 3) sorted by relevance
213 struct phy_device *phydev = bus->phymap[i]; in mdio_list_devices()257 if (!bus->phymap[i] || !bus->phymap[i]->dev) in mdio_phydev_for_ethname()
594 bus->phymap[addr] = dev; in phy_device_create()654 if (bus->phymap[addr]) { in search_for_existing_phy()655 bus->phymap[addr]->interface = interface; in search_for_existing_phy()656 return bus->phymap[addr]; in search_for_existing_phy()
205 struct phy_device *phymap[PHY_MAX_ADDR]; member
Completed in 10 milliseconds