Home | History | Annotate | Download | only in lagg

Lines Matching refs:psc_softc

53 	struct lagg_softc	*psc_softc;
198 psc->psc_softc = sc;
258 KASSERT(LAGG_LOCKED(psc->psc_softc));
367 ifp = &psc->psc_softc->sc_if;
410 ifp = &psc->psc_softc->sc_if;
483 ifp = &psc->psc_softc->sc_if;
489 lagg_output(psc->psc_softc, lp, m);
521 ifp = &psc->psc_softc->sc_if;
609 LAGG_LOCK(psc->psc_softc);
610 lagg_set_linkspeed(psc->psc_softc, linkspeed);
611 LAGG_UNLOCK(psc->psc_softc);
703 hash = lagg_hashmbuf(psc->psc_softc, m);
719 ifp = &psc->psc_softc->sc_if;
725 lagg_output(psc->psc_softc, lp, m);
772 LAGG_LOCK(psc->psc_softc);
773 lagg_set_linkspeed(psc->psc_softc, linkspeed);
774 LAGG_UNLOCK(psc->psc_softc);