Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_ael1002.c366 err = t3_phy_reset(phy, MDIO_DEV_PMA_PMD, wait); in ael1006_reset()
380 err = t3_phy_reset(phy, MDIO_DEV_PMA_PMD, wait); in ael1006_reset()
1276 err = t3_phy_reset(phy, MDIO_DEV_PMA_PMD, 0); in ael2005_reset()
2034 err = t3_phy_reset(phy, MDIO_DEV_PMA_PMD, 125); in ael2020_reset()
H A Dcxgb_tn1010.c77 int err = t3_phy_reset(phy, MDIO_DEV_PMA_PMD, wait); in tn1010_reset()
H A Dcxgb_mv88e1xxx.c138 return t3_phy_reset(cphy, 0, wait); in mv88e1xxx_reset()
H A Dcxgb_vsc8211.c98 return t3_phy_reset(cphy, 0, 0); in vsc8211_reset()
H A Dcxgb_aq100x.c107 err = t3_phy_reset(phy, MDIO_DEV_PMA_PMD, wait); in aq100x_reset()
H A Dcxgb_common.h691 int t3_phy_reset(struct cphy *phy, int mmd, int wait);
H A Dcxgb_t3_hw.c393 int t3_phy_reset(struct cphy *phy, int mmd, int wait) in t3_phy_reset() function