Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb3/
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()
Daq100x.c71 int err = t3_phy_reset(phy, MDIO_MMD_VEND1, 3000); in aq100x_reset()
Dvsc8211.c94 return t3_phy_reset(cphy, MDIO_DEVAD_NONE, 0); in vsc8211_reset()
Dcommon.h656 int t3_phy_reset(struct cphy *phy, int mmd, int wait);
Dt3_hw.c352 int t3_phy_reset(struct cphy *phy, int mmd, int wait) in t3_phy_reset() function