Home | History | Annotate | Download | only in dev

Lines Matching refs:sc_ethercom

451 		sc->sc_ethercom[i].ec_ifmedia = &sc->sc_ifmedia[i];
460 ifp = &sc->sc_ethercom[i].ec_if;
521 admsw_stop(&sc->sc_ethercom[i].ec_if, 1);
552 ifp = &sc->sc_ethercom[i].ec_if;
676 sc->sc_ethercom[0].ec_if.if_timer = 5;
697 if (sc->sc_ethercom[0].ec_if.if_timer != 0)
699 sc->sc_ethercom[0].ec_if.if_timer);
706 if (sc->sc_ethercom[0].ec_if.if_timer != 0) {
716 admsw_stop(&sc->sc_ethercom[vlan].ec_if, 0);
718 (void)admsw_init(&sc->sc_ethercom[vlan].ec_if);
736 port = (struct ethercom *)ifp - sc->sc_ethercom; /* XXX */
862 ifp = &sc->sc_ethercom[vlan].ec_if;
876 ifp = &sc->sc_ethercom[0].ec_if;
983 ifp = &sc->sc_ethercom[vlan].ec_if;
1113 ec = &sc->sc_ethercom[i];
1227 int port = (struct ethercom *)ifp - sc->sc_ethercom; /* XXX */
1264 int port = (struct ethercom *)ifp - sc->sc_ethercom; /* XXX */