Home
last modified time | relevance | path

Searched refs:has_phy (Results 1 – 6 of 6) sorted by relevance

/linux/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c52 .has_phy = 1,
229 .has_phy = 1,
275 .has_phy = 1,
326 .has_phy = 1,
376 .has_phy = 1,
427 .has_phy = 1,
446 .has_phy = 1,
467 .has_phy = 1,
488 .has_phy = 1,
516 .has_phy = 1,
[all …]
/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_dev_enet.h16 int has_phy; member
/linux/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.c905 if (priv->has_phy) { in bcm_enet_open()
1195 if (priv->has_phy) in bcm_enet_stop()
1229 if (priv->has_phy) in bcm_enet_stop()
1429 if (priv->has_phy) in bcm_enet_nway_reset()
1443 if (priv->has_phy) { in bcm_enet_get_link_ksettings()
1476 if (priv->has_phy) { in bcm_enet_set_link_ksettings()
1565 if (priv->has_phy) { in bcm_enet_set_pauseparam()
1605 if (priv->has_phy) { in bcm_enet_ioctl()
1770 priv->has_phy = pd->has_phy; in bcm_enet_probe()
1789 if (priv->has_phy && !priv->use_external_mii) { in bcm_enet_probe()
[all …]
H A Dbcm63xx_enet.h287 int has_phy; member
/linux/drivers/pci/controller/
H A Dpcie-brcmstb.c292 const bool has_phy; member
1592 return pcie->cfg->has_phy ? brcm_phy_cntl(pcie, 1) : 0; in brcm_phy_start()
1597 return pcie->cfg->has_phy ? brcm_phy_cntl(pcie, 0) : 0; in brcm_phy_stop()
2000 .has_phy = true,
/linux/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c2285 bool has_phy = false; in gbe_slave_open() local
2311 has_phy = true; in gbe_slave_open()
2315 has_phy = true; in gbe_slave_open()
2330 has_phy = true; in gbe_slave_open()
2335 if (has_phy) { in gbe_slave_open()