Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_dev_enet.h23 int has_phy_interrupt; member
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.h291 int has_phy_interrupt; member
H A Dbcm63xx_enet.c1773 priv->has_phy_interrupt = pd->has_phy_interrupt; in bcm_enet_probe()
1828 if (priv->has_phy_interrupt) in bcm_enet_probe()
/openbmc/linux/arch/mips/bcm63xx/
H A Ddev-enet.c257 dpd->has_phy_interrupt = 1; in bcm63xx_enet_register()