Searched defs:phy_device (Results 1 – 1 of 1) sorted by relevance
400 struct phy_device { struct401 struct mdio_device mdio;405 struct phy_driver *drv;407 u32 phy_id;409 struct phy_c45_device_ids c45_ids;410 unsigned is_c45:1;411 unsigned is_internal:1;412 unsigned is_pseudo_fixed_link:1;413 unsigned has_fixups:1;414 unsigned suspended:1;[all …]