MCPcopy Create free account
hub / github.com/F-Stack/f-stack / emac_start

Function emac_start

freebsd/arm/allwinner/if_emac.c:605–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603}
604
605static void
606emac_start(struct ifnet *ifp)
607{
608 struct emac_softc *sc;
609
610 sc = ifp->if_softc;
611 EMAC_LOCK(sc);
612 emac_start_locked(ifp);
613 EMAC_UNLOCK(sc);
614}
615
616static void
617emac_start_locked(struct ifnet *ifp)

Callers

nothing calls this directly

Calls 1

emac_start_lockedFunction · 0.85

Tested by

no test coverage detected