HomeSort by: relevance | last modified time | path
    Searched refs:lp_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ppbus/
if_plip.c 180 struct lp_softc { struct
190 CFATTACH_DECL_NEW(plip, sizeof(struct lp_softc), lp_probe, lp_attach, lp_detach,
220 struct lp_softc * lp = device_private(self);
256 struct lp_softc * lp = device_private(self);
346 struct lp_softc * sc = ifp->if_softc;
535 struct lp_softc * sc = device_private(dev);
704 struct lp_softc * sc = ifp->if_softc;
763 struct lp_softc * lp = ifp->if_softc;
  /src/sys/net/lagg/
if_lagg.c 622 if (lp == NULL || lp->lp_softc != sc) {
1142 ifp = &lp->lp_softc->sc_if;
1186 m = lagg_proto_input(lp->lp_softc, lp, m);
2122 sc = lp->lp_softc;
2146 KASSERT(LAGG_LOCKED(lp->lp_softc));
2169 LAGG_LOG(lp->lp_softc, LOG_WARNING,
2258 if (lp->lp_softc == sc)
2277 lp->lp_softc = sc;
2549 if (lp == NULL || lp->lp_softc != sc) {
2717 sc = lp->lp_softc;
    [all...]
if_laggproto.h 68 struct lagg_softc *lp_softc; /* parent lagg */ member in struct:lagg_port
if_lagg_lacp.c 2244 sc = lacpp->lp_laggport->lp_softc;

Completed in 18 milliseconds