1GENPHY_READ_STATUS(9) Network device support GENPHY_READ_STATUS(9)
2
3
4
6 genphy_read_status - check the link status and update current link
7 state
8
10 int genphy_read_status(struct phy_device * phydev);
11
13 phydev
14 target phy_device struct
15
17 Check the link, then figure out the current state by comparing what we
18 advertise with what the link partner advertises. Start by checking the
19 gigabit possibilities, then move on to 10/100.
20
22Kernel Hackers Manual 2.6. June 2019 GENPHY_READ_STATUS(9)