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

/freebsd-10.0-release/sys/net/
H A Dif_lagg.c391 if (sc->sc_detach != NULL)
392 (*sc->sc_detach)(sc);
1023 error = sc->sc_detach(sc);
1024 sc->sc_detach = NULL;
1654 sc->sc_detach = lagg_rr_detach;
1713 sc->sc_detach = lagg_fail_detach;
1784 sc->sc_detach = lagg_lb_detach;
1893 sc->sc_detach = lagg_lacp_detach;
H A Dif_lagg.h216 int (*sc_detach)(struct lagg_softc *); member in struct:lagg_softc
/freebsd-10.0-release/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 109 milliseconds