1. NAME

phy_interrupt - PHY interrupt handler

2. SYNOPSIS

irqreturn_t phy_interrupt(int  irq , void *  phy_dat );

3. ARGUMENTS

irq
    interrupt line

phy_dat
    phy_device pointer

4. DESCRIPTION

When a PHY interrupt occurs, the handler disables interrupts, and schedules a work task to clear the interrupt.

5. COPYRIGHT