Scroll to navigation

PHY_MAC_INTERRUPT(9) Network device support PHY_MAC_INTERRUPT(9)

NAME

phy_mac_interrupt - MAC says the link has changed

SYNOPSIS

void phy_mac_interrupt(struct phy_device * phydev, int new_link);

ARGUMENTS

struct phy_device * phydev

phy_device struct with changed link

int new_link

Link is Up/Down.

DESCRIPTION

The MAC layer is able indicate there has been a change in the PHY link status. Set the new link status, and trigger the state machine, work a work queue.

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11