Searched refs:sc_detach (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/net/
H A Dif_lagg.c406 if (sc->sc_detach != NULL)
407 (*sc->sc_detach)(sc);
1061 int (*sc_detach)(struct lagg_softc *sc);
1065 sc_detach = sc->sc_detach;
1066 sc->sc_detach = NULL;
1078 if (sc_detach != NULL)
1079 sc_detach(sc);
1802 sc->sc_detach = lagg_rr_detach;
1805 sc->sc_detach
[all...]
H A Dif_lagg.h246 int (*sc_detach)(struct lagg_softc *); member in struct:lagg_softc
/freebsd-10-stable/sys/dev/stge/
H A Dif_stgereg.h653 int sc_detach; member in struct:stge_softc
H A Dif_stge.c675 sc->sc_detach = 1;
1285 if (sc->sc_detach == 0)

Completed in 62 milliseconds