Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/phy/
Dphy_device.c2055 if (!phydev->is_gigabit_capable) in genphy_setup_master_slave()
2336 if (phydev->is_gigabit_capable) { in genphy_read_lpa()
2430 if (phydev->is_gigabit_capable) { in genphy_read_status()
3077 phydev->is_gigabit_capable = 1; in phy_probe()
3080 phydev->is_gigabit_capable = 1; in phy_probe()
/linux-6.1.9/include/linux/
Dphy.h626 unsigned is_gigabit_capable:1; member