Home | History | Annotate | Download | only in mii

Lines Matching defs:tsc

128 	struct tlphy_softc *tsc = device_private(self);
129 struct mii_softc *sc = &tsc->sc_mii;
157 tsc->sc_tlphycap = tlsc->tl_product->tp_tlphymedia;
158 if ((tsc->sc_tlphycap & TLPHY_MEDIA_NO_10_T) == 0) {
173 if (tsc->sc_tlphycap) {
178 if (tsc->sc_tlphycap & TLPHY_MEDIA_10_2) {
182 } else if (tsc->sc_tlphycap & TLPHY_MEDIA_10_5) {
209 struct tlphy_softc *tsc = (struct tlphy_softc *)sc;
215 if ((sc->mii_flags & MIIF_DOINGAUTO) == 0 && tsc->sc_need_acomp)
216 tlphy_acomp(tsc);
242 (void) tlphy_auto(tsc);
296 tlphy_auto(tsc);
315 struct tlphy_softc *tsc = (struct tlphy_softc *)sc;
333 if (tsc->sc_tlphycap & TLPHY_MEDIA_10_2)
335 else if (tsc->sc_tlphycap & TLPHY_MEDIA_10_5)
365 tlphy_auto(struct tlphy_softc *tsc)
367 struct mii_softc *sc = &tsc->sc_mii;
373 tsc->sc_need_acomp = 1;
377 tlphy_acomp(tsc);
384 tlphy_acomp(struct tlphy_softc *tsc)
386 struct mii_softc *sc = &tsc->sc_mii;
389 tsc->sc_need_acomp = 0;