Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphy_device.c2019 if (!phydev->is_gigabit_capable) in genphy_setup_master_slave()
2052 if (!phydev->is_gigabit_capable) { in genphy_read_master_slave()
2305 if (phydev->is_gigabit_capable) { in genphy_read_lpa()
2928 phydev->is_gigabit_capable = 1; in phy_probe()
2931 phydev->is_gigabit_capable = 1; in phy_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h554 unsigned is_gigabit_capable:1; member