table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| GET_PHY_DEVICE(9) | Network device support | GET_PHY_DEVICE(9) |
NAME¶
get_phy_device - reads the specified PHY device and returns its phy_device structSYNOPSIS¶
struct
phy_device * get_phy_device(struct mii_bus * bus,
int addr, bool is_c45);
ARGUMENTS¶
busthe target MII bus
addr
PHY address on the MII bus
is_c45
If true the PHY uses the 802.3 clause 45
protocol
DESCRIPTION¶
Reads the ID registers of the PHY at addr on the bus, then allocates and returns the phy_device to represent it.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |