1PHY_START_INTERRUPTS(9) Network device support PHY_START_INTERRUPTS(9)
2
3
4
6 phy_start_interrupts - request and enable interrupts for a PHY device
7
9 int phy_start_interrupts(struct phy_device * phydev);
10
12 phydev
13 target phy_device struct
14
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 2.6. June 2019 PHY_START_INTERRUPTS(9)