Lines Matching refs:mii_softc
79 sizeof(struct mii_softc)
84 static int rgephy_service(struct mii_softc *, struct mii_data *, int);
85 static void rgephy_status(struct mii_softc *);
86 static int rgephy_mii_phy_auto(struct mii_softc *, int);
87 static void rgephy_reset(struct mii_softc *);
88 static int rgephy_linkup(struct mii_softc *);
89 static void rgephy_loop(struct mii_softc *);
90 static void rgephy_load_dspcode(struct mii_softc *);
91 static void rgephy_disable_eee(struct mii_softc *);
116 struct mii_softc *sc; in rgephy_attach()
150 rgephy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) in rgephy_service()
279 rgephy_linkup(struct mii_softc *sc) in rgephy_linkup()
309 rgephy_status(struct mii_softc *sc) in rgephy_status()
412 rgephy_mii_phy_auto(struct mii_softc *sc, int media) in rgephy_mii_phy_auto()
435 rgephy_loop(struct mii_softc *sc) in rgephy_loop()
469 rgephy_load_dspcode(struct mii_softc *sc) in rgephy_load_dspcode()
521 rgephy_reset(struct mii_softc *sc) in rgephy_reset()
561 rgephy_disable_eee(struct mii_softc *sc) in rgephy_disable_eee()