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