Phy interrupt handler
irqreturn_t phy_interrupt(int irq, void * phy_dat);
irq
interrupt line
phy_dat
phy_device pointer
When a PHY interrupt occurs, the handler disables interrupts, and schedules a work task to clear the interrupt.