get_phy_id (9) Linux Manual Page
get_phy_id – reads the specified addr for its ID. Synopsis int get_phy_id(struct mii_bus *bus, int addr, u32 *phy_id, bool is_c45, struct phy_c45_device_ids *c45_ids); Arguments bus the target MII bus addr PHY address on the MII bus phy_id where to store the ID retrieved. is_c45 If true the PHY uses the 802.3 clause 45 protocol c45_ids…
