Scroll to navigation

PHY_INTERRUPT(9) Network device support PHY_INTERRUPT(9)

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.

COPYRIGHT

September 2017 Kernel Hackers Manual 4.12