Searched refs:phy_dev (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dau1000_eth.h108 struct phy_device *phy_dev; member in struct:au1000_private
H A Dau1000_eth.c384 aup->phy_dev = phydev;
579 if (aup->phy_dev)
580 return phy_ethtool_gset(aup->phy_dev, cmd);
592 if (aup->phy_dev)
593 return phy_ethtool_sset(aup->phy_dev, cmd);
854 if (aup->phy_dev) {
855 if (aup->phy_dev->link && (DUPLEX_FULL == aup->phy_dev->duplex))
875 struct phy_device *phydev = aup->phy_dev;
880 BUG_ON(!aup->phy_dev);
[all...]

Completed in 43 milliseconds