phy_connect_direct (9) Linux Manual Page
phy_connect_direct – connect an ethernet device to a specific phy_device
Synopsis
int phy_connect_direct(struct net_device *dev, struct phy_device *phydev, void (*handler)(struct net_device *), phy_interface_t interface);
Arguments
dev
-
- the network device to connect
phydev
- the pointer to the phy device
handler
- callback function for state change notifications
interface
- PHY device’s interface
