Home
last modified time | relevance | path

Searched refs:is_gigabit_capable (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/phy/
H A Dphy_device.c2183 if (!phydev->is_gigabit_capable) in genphy_setup_master_slave()
2486 if (phydev->is_gigabit_capable) { in genphy_read_lpa()
2580 if (phydev->is_gigabit_capable) { in genphy_read_status()
3738 phydev->is_gigabit_capable = 1; in phy_probe()
3741 phydev->is_gigabit_capable = 1; in phy_probe()
H A Dmotorcomm.c1250 if (phydev->is_gigabit_capable) { in ytphy_utp_read_lpa()
2114 if (!phydev->is_gigabit_capable) in ytphy_setup_master_slave()
/linux/include/linux/
H A Dphy.h684 unsigned is_gigabit_capable:1; member