Scroll to navigation

PHY_CONNECT_DIRECT(9) Network device support PHY_CONNECT_DIRECT(9)

NAME

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

struct net_device * dev

the network device to connect

struct phy_device * phydev

the pointer to the phy device

void (*)(struct net_device *) handler

callback function for state change notifications

phy_interface_t interface

PHY device's interface

COPYRIGHT

July 2017 Kernel Hackers Manual 4.12