1PHY_CONFIG_INTERRUPT(9) Network device support PHY_CONFIG_INTERRUPT(9)
23
4
NAME
6phy_config_interrupt - configure the PHY device for the requested
7interrupts
8
SYNOPSIS
10int phy_config_interrupt(struct phy_device * phydev, u32 interrupts);
11
ARGUMENTS
13phydev
14the phy_device struct
1516
interrupts
17interrupt flags to configure for this phydev
18
DESCRIPTION
20Returns 0 on success on < 0 on error.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 PHY_CONFIG_INTERRUPT(9)