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

Function emac_init

freebsd/arm/allwinner/if_emac.c:492–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492static void
493emac_init(void *xcs)
494{
495 struct emac_softc *sc;
496
497 sc = (struct emac_softc *)xcs;
498 EMAC_LOCK(sc);
499 emac_init_locked(sc);
500 EMAC_UNLOCK(sc);
501}
502
503static void
504emac_init_locked(struct emac_softc *sc)

Callers

nothing calls this directly

Calls 1

emac_init_lockedFunction · 0.85

Tested by

no test coverage detected