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