1PHY_START_INTERRUPTS(9)     Network device support     PHY_START_INTERRUPTS(9)
2
3
4

NAME

6       phy_start_interrupts - request and enable interrupts for a PHY device
7

SYNOPSIS

9       int phy_start_interrupts(struct phy_device * phydev);
10

ARGUMENTS

12       phydev
13           target phy_device struct
14

DESCRIPTION

16       Request the interrupt for the given PHY. If this fails, then we set irq
17       to PHY_POLL. Otherwise, we enable the interrupts in the PHY. This
18       should only be called with a valid IRQ number. Returns 0 on success or
19       < 0 on error.
20
22Kernel Hackers Manual 3.10         June 2019           PHY_START_INTERRUPTS(9)
Impressum