Home | History | Annotate | Download | only in mii

Lines Matching refs:mii_softc

84 CFATTACH_DECL_NEW(lxtphy, sizeof(struct mii_softc),
87 static int lxtphy_service(struct mii_softc *, struct mii_data *, int);
88 static void lxtphy_status(struct mii_softc *);
89 static void lxtphy_reset(struct mii_softc *);
91 static void lxtphy_set_tp(struct mii_softc *);
92 static void lxtphy_set_fx(struct mii_softc *);
122 struct mii_softc *sc = device_private(self);
167 lxtphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd)
227 lxtphy_status(struct mii_softc *sc)
279 lxtphy_reset(struct mii_softc *sc)
292 lxtphy_set_tp(struct mii_softc *sc)
302 lxtphy_set_fx(struct mii_softc *sc)