Lines Matching refs:ec_if
235 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
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;
1759 ec->ec_if.if_flags |= IFF_ALLMULTI;
1760 i82586_ioctl(&ec->ec_if, SIOCSIFFLAGS, NULL);