Lines Matching refs:sc_ethercom
235 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
248 sc->sc_ethercom.ec_ifmedia = &sc->sc_media;
404 if_statadd(&sc->sc_ethercom.ec_if, if_ierrors,
591 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors);
641 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors);
647 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors);
662 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
709 if_statadd(&sc->sc_ethercom.ec_if, if_collisions, 16);
902 m_set_rcvif(m0, &sc->sc_ethercom.ec_if);
1010 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors);
1018 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors);
1037 if_percpuq_enqueue((&sc->sc_ethercom.ec_if)->if_percpuq, m);
1115 sc->sc_ethercom.ec_if.if_timer = 5;
1241 sc->sc_ethercom.ec_if.if_timer = 0;
1260 if ((sc->sc_ethercom.ec_if.if_flags & IFF_UP) != 0) {
1263 if (i82586_init(&sc->sc_ethercom.ec_if) == 0)
1530 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
1742 struct ethercom *ec = &sc->sc_ethercom;