Searched refs:phy_interrupt (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.h258 int phy_interrupt; member in struct:bcm_enet_priv
H A Dbcm63xx_enet.c1692 priv->phy_interrupt = pd->phy_interrupt;
1744 bus->irq[priv->phy_id] = priv->phy_interrupt;
/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c483 static inline unsigned int phy_interrupt (struct net_device *dev) function
534 handled = phy_interrupt (dev);
/drivers/net/phy/
H A Dphy.c508 * phy_interrupt - PHY interrupt handler
515 static irqreturn_t phy_interrupt(int irq, void *phy_dat) function
597 if (request_irq(phydev->irq, phy_interrupt,
599 "phy_interrupt",
638 * been left unbalanced from phy_interrupt() and enable_irq()
650 * phy_change - Scheduled by the phy_interrupt/timer to handle PHY changes

Completed in 159 milliseconds