Home
last modified time | relevance | path

Searched refs:t3_phy_reset (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dael1002.c224 return t3_phy_reset(phy, MDIO_MMD_PMAPMD, wait); in ael1006_reset()
420 err = t3_phy_reset(phy, MDIO_MMD_PMAPMD, 0); in ael2005_reset()
733 err = t3_phy_reset(phy, MDIO_MMD_PMAPMD, 125); in ael2020_reset()
H A Daq100x.c71 int err = t3_phy_reset(phy, MDIO_MMD_VEND1, 3000); in aq100x_reset()
H A Dvsc8211.c94 return t3_phy_reset(cphy, MDIO_DEVAD_NONE, 0); in vsc8211_reset()
H A Dcommon.h656 int t3_phy_reset(struct cphy *phy, int mmd, int wait);
H A Dt3_hw.c353 int t3_phy_reset(struct cphy *phy, int mmd, int wait) in t3_phy_reset() function