Searched refs:PHY_DEVICES (Results 1 – 1 of 1) sorted by relevance
93 static const struct PHY_DEVICE_INFO PHY_DEVICES[] = { variable895 if ((oui == PHY_DEVICES[i].phyIdOUI) && in getPhyType()896 (model == PHY_DEVICES[i].phyIdModel)) { in getPhyType()898 PHY_DEVICES[i].name); in getPhyType()899 result = PHY_DEVICES[i].phyDevice; in getPhyType()