Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/phy/
Dphy_device.c1961 if (!phydev->is_gigabit_capable) in genphy_setup_master_slave()
1994 if (!phydev->is_gigabit_capable) { in genphy_read_master_slave()
2247 if (phydev->is_gigabit_capable) { in genphy_read_lpa()
2870 phydev->is_gigabit_capable = 1; in phy_probe()
2873 phydev->is_gigabit_capable = 1; in phy_probe()
/kernel/linux/linux-5.10/include/linux/
Dphy.h553 unsigned is_gigabit_capable:1; member