Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.h286 int phy_interrupt; member
Dbcm63xx_enet.c1751 priv->phy_interrupt = pd->phy_interrupt; in bcm_enet_probe()
1806 bus->irq[priv->phy_id] = priv->phy_interrupt; in bcm_enet_probe()
/drivers/net/ethernet/dec/tulip/
Dinterrupt.c489 static inline unsigned int phy_interrupt (struct net_device *dev) in phy_interrupt() function
540 handled = phy_interrupt (dev); in tulip_interrupt()
/drivers/net/phy/
Dphy.c749 static irqreturn_t phy_interrupt(int irq, void *phy_dat) in phy_interrupt() function
799 err = request_threaded_irq(phydev->irq, NULL, phy_interrupt, in phy_request_interrupt()