Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/phy/
H A Dphy_device.c1986 if (!phydev->is_gigabit_capable) in genphy_setup_master_slave()
2289 if (phydev->is_gigabit_capable) { in genphy_read_lpa()
2383 if (phydev->is_gigabit_capable) { in genphy_read_status()
3333 phydev->is_gigabit_capable = 1; in phy_probe()
3336 phydev->is_gigabit_capable = 1; in phy_probe()
H A Dmotorcomm.c1209 if (phydev->is_gigabit_capable) { in ytphy_utp_read_lpa()
1936 if (!phydev->is_gigabit_capable) in ytphy_setup_master_slave()
/linux-6.15/include/linux/
H A Dphy.h622 unsigned is_gigabit_capable:1; member