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

Function arge_start

freebsd/mips/atheros/if_arge.c:1685–1695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1683}
1684
1685static void
1686arge_start(struct ifnet *ifp)
1687{
1688 struct arge_softc *sc;
1689
1690 sc = ifp->if_softc;
1691
1692 ARGE_LOCK(sc);
1693 arge_start_locked(ifp);
1694 ARGE_UNLOCK(sc);
1695}
1696
1697static void
1698arge_start_locked(struct ifnet *ifp)

Callers

nothing calls this directly

Calls 1

arge_start_lockedFunction · 0.85

Tested by

no test coverage detected