HomeSort by: relevance | last modified time | path
    Searched defs:sc_ifp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/sunxi/
sunxi_can.c 80 struct ifnet *sc_ifp; member in struct:sunxi_can_softc
218 sc->sc_ifp = ifp;
248 struct ifnet *ifp = sc->sc_ifp;
306 struct ifnet * const ifp = sc->sc_ifp;
328 sc->sc_ifp->if_timer = 0;
342 struct ifnet * const ifp = sc->sc_ifp;
542 sc->sc_ifp->if_flags |= IFF_RUNNING;
549 sc->sc_ifp->if_flags &= ~IFF_RUNNING;
550 sc->sc_ifp->if_timer = 0;
  /src/sys/dev/usb/
if_gscan.c 125 struct ifnet *sc_ifp; member in struct:gscan_softc
192 struct ifnet *ifp = sc->sc_ifp;
280 struct ifnet *ifp = sc->sc_ifp;
365 struct ifnet * const ifp = sc->sc_ifp;
452 sc->sc_ifp->if_flags |= IFF_RUNNING;
567 gscan_stop(sc, sc->sc_ifp, 1);
759 sc->sc_ifp = ifp;
780 struct ifnet * const ifp = sc->sc_ifp;
820 struct ifnet * const ifp = sc->sc_ifp;

Completed in 353 milliseconds