Home
last modified time | relevance | path

Searched refs:is_pseudo_fixed_link (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/phy/
H A Dfixed_phy.c270 phy->is_pseudo_fixed_link = true; in fixed_phy_register()
/linux/include/linux/
H A Dphy.h537 * @is_pseudo_fixed_link: Set to true if this PHY is an Ethernet switch, etc.
642 unsigned is_pseudo_fixed_link:1; member
1773 return phydev->is_pseudo_fixed_link; in phy_is_pseudo_fixed_link()