Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/phy/
Dphy_device.c2106 if (!phydev->is_gigabit_capable) in genphy_setup_master_slave()
2390 if (phydev->is_gigabit_capable) { in genphy_read_lpa()
2484 if (phydev->is_gigabit_capable) { in genphy_read_status()
3313 phydev->is_gigabit_capable = 1; in phy_probe()
3316 phydev->is_gigabit_capable = 1; in phy_probe()
Dmotorcomm.c1132 if (phydev->is_gigabit_capable) { in ytphy_utp_read_lpa()
1860 if (!phydev->is_gigabit_capable) in ytphy_setup_master_slave()
/Linux-v6.6/include/linux/
Dphy.h649 unsigned is_gigabit_capable:1; member