Lines Matching refs:sc_ethercom
132 struct ethercom sc_ethercom; /* Common ethernet structures */
194 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
258 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
265 if (sc->sc_ethercom.ec_if.if_flags & IFF_PROMISC) {
527 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
543 m_set_rcvif(m, &sc->sc_ethercom.ec_if);
616 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors);
622 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors);
628 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors);
638 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors);
644 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors);
680 if_statinc(&sc->sc_ethercom.ec_if, if_ierrors);
745 if_statinc(&sc->sc_ethercom.ec_if, if_opackets);
756 if_statadd2(&sc->sc_ethercom.ec_if,
768 sc->sc_ethercom.ec_if.if_timer = 0;
780 if_schedule_deferred_start(&sc->sc_ethercom.ec_if);
900 log(LOG_INFO, "if_flags : %04x\n", sc->sc_ethercom.ec_if.if_flags);