Name

phy_interrupt — PHY interrupt handler

Synopsis

irqreturn_t phy_interrupt (int irq,
 void * phy_dat);
 

Arguments

int irq

interrupt line

void * phy_dat

phy_device pointer

Description

When a PHY interrupt occurs, the handler disables interrupts, and uses phy_change to handle the interrupt.