other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
PHY_CONNECT_DIRECT(9) | Network device support | PHY_CONNECT_DIRECT(9) |
NAME¶
phy_connect_direct - connect an ethernet device to a specific phy_deviceSYNOPSIS¶
int
phy_connect_direct(struct net_device * dev,
struct phy_device * phydev,
void (*handler) (struct net_device *),
phy_interface_t interface);
ARGUMENTS¶
devthe network device to connect
phydev
the pointer to the phy device
handler
callback function for state change
notifications
interface
PHY device's interface
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |