Searched defs:phy_device (Results 1 – 7 of 7) sorted by relevance
68031 struct phy_device { struct68032 struct mdio_device mdio;68033 struct phy_driver *drv;68034 u32 phy_id;68035 struct phy_c45_device_ids c45_ids;68036 unsigned int is_c45: 1;68037 unsigned int is_internal: 1;68038 unsigned int is_pseudo_fixed_link: 1;68039 unsigned int is_gigabit_capable: 1;68040 unsigned int has_fixups: 1;[all …]
99440 struct phy_device { struct99441 struct mdio_device mdio;99442 struct phy_driver *drv;99443 u32 phy_id;99444 struct phy_c45_device_ids c45_ids;99445 unsigned int is_c45: 1;99446 unsigned int is_internal: 1;99447 unsigned int is_pseudo_fixed_link: 1;99448 unsigned int is_gigabit_capable: 1;99449 unsigned int has_fixups: 1;[all …]
82903 struct phy_device { struct82904 struct mdio_device mdio;82905 struct phy_driver *drv;82906 u32 phy_id;82907 struct phy_c45_device_ids c45_ids;82908 unsigned int is_c45: 1;82909 unsigned int is_internal: 1;82910 unsigned int is_pseudo_fixed_link: 1;82911 unsigned int is_gigabit_capable: 1;82912 unsigned int has_fixups: 1;[all …]
81537 struct phy_device { struct81538 struct mdio_device mdio;81539 struct phy_driver *drv;81540 u32 phy_id;81541 struct phy_c45_device_ids c45_ids;81542 unsigned int is_c45: 1;81543 unsigned int is_internal: 1;81544 unsigned int is_pseudo_fixed_link: 1;81545 unsigned int is_gigabit_capable: 1;81546 unsigned int has_fixups: 1;[all …]