Query: phy_start_interrupts
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PHY_START_INTERRUPTS(9) Network device support PHY_START_INTERRUPTS(9)NAMEphy_start_interrupts - request and enable interrupts for a PHY deviceSYNOPSISint phy_start_interrupts(struct phy_device * phydev);ARGUMENTSphydev target phy_device structDESCRIPTIONRequest 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. Returns 0 on success or < 0 on error.COPYRIGHTKernel Hackers Manual 2.6. July 2010 PHY_START_INTERRUPTS(9)