Home | History | Annotate | Download | only in dev

Lines Matching refs:sc_ethercom

84 	struct	ethercom sc_ethercom;	/* common Ethernet structures */
148 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
181 sc->sc_ethercom.ec_ifmedia = &sc->sc_media;
250 sc->sc_ethercom.ec_if.if_timer = 0;
256 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
305 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
557 ifp = &sc->sc_ethercom.ec_if;
736 esstart(&sc->sc_ethercom.ec_if);
761 if ((sc->sc_ethercom.ec_if.if_flags & IFF_RUNNING) == 0)
783 IF_POLL(&sc->sc_ethercom.ec_if.if_snd, m);
806 sc->sc_ethercom.ec_if.if_timer = 5;
919 IF_DEQUEUE(&sc->sc_ethercom.ec_if.if_snd, m);
924 bpf_mtap(&sc->sc_ethercom.ec_if, m0, BPF_D_OUT);
927 if_statinc(&sc->sc_ethercom.ec_if, if_opackets);
929 sc->sc_ethercom.ec_if.if_timer = 5;