Home | History | Annotate | Download | only in mii

Lines Matching refs:msc

196 	struct micphy_softc *msc = device_private(self);
197 struct mii_softc *sc = &msc->sc_mii;
220 msc->sc_lstype = MICPHYF_LSTYPE_1F_42;
224 msc->sc_lstype = MICPHYF_LSTYPE_1E_20;
230 msc->sc_lstype = MICPHYF_LSTYPE_GIGA;
232 msc->sc_lstype = MICPHYF_LSTYPE_DEFAULT;
369 struct micphy_softc *msc = device_private(sc->mii_dev);
376 if (msc->sc_lstype == MICPHYF_LSTYPE_DEFAULT) {
398 if (msc->sc_lstype == MICPHYF_LSTYPE_1F_42) {
409 } else if (msc->sc_lstype == MICPHYF_LSTYPE_1E_20) {
420 } else if (msc->sc_lstype == MICPHYF_LSTYPE_GIGA) {