Home | History | Annotate | Download | only in lagg

Lines Matching defs:lsc_softc

151 	struct lagg_softc	*lsc_softc;
314 if (lsc != NULL && lsc->lsc_softc != NULL) {
315 sc = lsc->lsc_softc;
482 lsc->lsc_softc = sc;
537 struct lagg_softc *sc __diagused = lsc->lsc_softc;
542 LAGG_LOCK(lsc->lsc_softc);
544 LAGG_UNLOCK(lsc->lsc_softc);
570 sc = lsc->lsc_softc;
599 sc = lsc->lsc_softc;
624 KASSERT(LAGG_LOCKED(lsc->lsc_softc));
650 ifp = &lsc->lsc_softc->sc_if;
656 lagg_output(lsc->lsc_softc, lp, m);
673 sc = lsc->lsc_softc;
737 KASSERT(LAGG_LOCKED(lsc->lsc_softc));
758 KASSERT(LAGG_LOCKED(lsc->lsc_softc));
1127 sc = lsc->lsc_softc;
1249 ifp = &lsc->lsc_softc->sc_if;
1551 sc = lsc->lsc_softc;
1632 hash = lagg_hashmbuf(lsc->lsc_softc, m);
2092 sc = lsc->lsc_softc;
2114 LAGG_LOG(lsc->lsc_softc, LOG_INFO,
2144 LAGG_LOG(lsc->lsc_softc, LOG_INFO,
2353 LAGG_LOG(lsc->lsc_softc, LOG_INFO,
2383 lsc->lsc_softc->sc_if.if_xname);
2442 LAGG_LOG(lsc->lsc_softc, LOG_INFO,
2765 struct lagg_softc *sc = lsc->lsc_softc;