Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.h292 int phy_interrupt; member
Dbcm63xx_enet.c1774 priv->phy_interrupt = pd->phy_interrupt; in bcm_enet_probe()
1829 bus->irq[priv->phy_id] = priv->phy_interrupt; in bcm_enet_probe()
/drivers/net/ethernet/dec/tulip/
Dinterrupt.c496 static inline unsigned int phy_interrupt (struct net_device *dev) in phy_interrupt() function
547 handled = phy_interrupt (dev); in tulip_interrupt()
/drivers/net/phy/
Dphy.c1014 static irqreturn_t phy_interrupt(int irq, void *phy_dat) in phy_interrupt() function
1070 err = request_threaded_irq(phydev->irq, NULL, phy_interrupt, in phy_request_interrupt()