Home
last modified time | relevance | path

Searched refs:phy_start_aneg (Results 1 – 16 of 16) sorted by relevance

/linux-2.6.39/drivers/staging/octeon/
Dethernet-mdio.c83 return phy_start_aneg(priv->phydev); in cvm_oct_nway_reset()
180 phy_start_aneg(priv->phydev); in cvm_oct_phy_setup_device()
/linux-2.6.39/drivers/net/phy/
Dphy.c277 phy_start_aneg(phydev); in phy_ethtool_sset()
387 int phy_start_aneg(struct phy_device *phydev) in phy_start_aneg() function
415 EXPORT_SYMBOL(phy_start_aneg);
962 err = phy_start_aneg(phydev); in phy_state_machine()
/linux-2.6.39/include/linux/
Dphy.h489 int phy_start_aneg(struct phy_device *phydev);
/linux-2.6.39/drivers/net/
Ducc_geth_ethtool.c345 return phy_start_aneg(ugeth->phydev); in uec_nway_reset()
Ddnet.c669 phy_start_aneg(bp->phy_dev); in dnet_open()
Dpxa168_eth.c1408 phy_start_aneg(phy); in phy_init()
Dgreth.c1396 phy_start_aneg(greth->phy); in greth_mdio_init()
Dsmsc9420.c304 return phy_start_aneg(pd->phy_dev); in smsc9420_ethtool_nway_reset()
Dsh_eth.c1306 ret = phy_start_aneg(mdp->phydev); in sh_eth_nway_reset()
Dsmsc911x.c1593 return phy_start_aneg(pdata->phy_dev); in smsc911x_ethtool_nwayreset()
Dmv643xx_eth.c2811 phy_start_aneg(phy); in phy_init()
Dtg3.c1560 phy_start_aneg(phydev); in tg3_phy_start()
2650 phy_start_aneg(phydev); in tg3_power_down_prepare()
10041 r = phy_start_aneg(tp->mdio_bus->phy_map[TG3_PHY_MII_ADDR]); in tg3_nway_reset()
10201 return phy_start_aneg(phydev); in tg3_set_pauseparam()
/linux-2.6.39/net/dsa/
Dslave.c404 phy_start_aneg(p->phy); in dsa_slave_create()
/linux-2.6.39/drivers/net/octeon/
Docteon_mgmt.c688 phy_start_aneg(p->phydev); in octeon_mgmt_init_phy()
/linux-2.6.39/Documentation/networking/
Dphy.txt193 int phy_start_aneg(struct phy_device *phydev);
/linux-2.6.39/drivers/net/arm/
Dixp4xx_eth.c817 return phy_start_aneg(port->phydev); in ixp4xx_nway_reset()