Lines Matching refs:sc_ethercom
319 struct ifnet *ifp = &sc->sc_ethercom.ec_if; in epconfig()
437 sc->sc_ethercom.ec_mii = mii; in epconfig()
546 ether_sprintf(CLLADDR(sc->sc_ethercom.ec_if.if_sadl)), in ep_internalconfig()
854 struct ifnet *ifp = &sc->sc_ethercom.ec_if; in epsetfilter()
1290 if (sc->sc_ethercom.ec_if.if_flags & IFF_DEBUG) in epstatus()
1297 if (sc->sc_ethercom.ec_if.if_flags & IFF_DEBUG) in epstatus()
1303 if (sc->sc_ethercom.ec_if.if_flags & IFF_DEBUG) in epstatus()
1309 if (sc->sc_ethercom.ec_if.if_flags & IFF_DEBUG) in epstatus()
1324 struct ifnet *ifp = &sc->sc_ethercom.ec_if; in eptxstat()
1338 if (sc->sc_ethercom.ec_if.if_flags & IFF_DEBUG) in eptxstat()
1344 if (sc->sc_ethercom.ec_if.if_flags & IFF_DEBUG) in eptxstat()
1356 sc->sc_ethercom.ec_if.if_flags &= ~IFF_OACTIVE; in eptxstat()
1368 struct ifnet *ifp = &sc->sc_ethercom.ec_if; in epintr()
1414 sc->sc_ethercom.ec_if.if_flags &= ~IFF_OACTIVE; in epintr()
1415 epstart(&sc->sc_ethercom.ec_if); in epintr()
1445 struct ifnet *ifp = &sc->sc_ethercom.ec_if; in epread()
1536 struct ifnet *ifp = &sc->sc_ethercom.ec_if; in epget()
1705 epinit(&sc->sc_ethercom.ec_if); in epreset()
1778 epstop(&sc->sc_ethercom.ec_if, 0); in epshutdown()
1972 if_deactivate(&sc->sc_ethercom.ec_if); in ep_activate()
1988 struct ifnet *ifp = &sc->sc_ethercom.ec_if; in ep_detach()
2088 struct ifnet *ifp = &sc->sc_ethercom.ec_if; in ep_power()