phy_start_interrupts (9) Linux Manual Page
phy_start_interrupts – request and enable interrupts for a PHY device Synopsis int phy_start_interrupts(struct phy_device *phydev); Arguments phydev target phy_device struct Description Request the interrupt for the given PHY. If this fails, then we set irq to PHY_POLL. Otherwise, we enable the interrupts in the PHY. This should only be called with a valid IRQ number….
