1. NAME

phy_config_interrupt - configure the PHY device for the requested interrupts

2. SYNOPSIS

int phy_config_interrupt(struct phy_device *  phydev , u32  interrupts );

3. ARGUMENTS

phydev
    the phy_device struct

interrupts
    interrupt flags to configure for this phydev

4. DESCRIPTION

Returns 0 on success on < 0 on error.

5. COPYRIGHT