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