Lines Matching refs:sc_ethercom
116 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
245 sc->sc_ethercom.ec_mii = mii;
298 sc->sc_ethercom.ec_capabilities |= ETHERCAP_VLAN_MTU;
346 (void)hme_init(&sc->sc_ethercom.ec_if);
514 (sc->sc_ethercom.ec_capenable & ETHERCAP_VLAN_MTU) ?
516 sc->sc_ec_capenable = sc->sc_ethercom.ec_capenable;
544 (sc->sc_ethercom.ec_capenable & ETHERCAP_VLAN_MTU) ?
692 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
704 MCLAIM(m0, &sc->sc_ethercom.ec_rx_mowner);
860 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
866 len > ((sc->sc_ethercom.ec_capenable & ETHERCAP_VLAN_MTU) ?
982 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
1047 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
1099 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
1376 sc->sc_ethercom.ec_if.if_flags |= IFF_SIMPLEX;
1379 sc->sc_ethercom.ec_if.if_flags &= ~IFF_SIMPLEX;
1381 sc->sc_if_flags = sc->sc_ethercom.ec_if.if_flags;
1502 if (sc->sc_ec_capenable != sc->sc_ethercom.ec_capenable)
1537 ifp = &sc->sc_ethercom.ec_if;
1549 struct ifnet *ifp = &sc->sc_ethercom.ec_if;
1552 struct ethercom *ec = &sc->sc_ethercom;