Home
last modified time | relevance | path

Searched refs:sc_active (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/crypto/hifn/
H A Dhifn7751var.h188 int sc_active; /* for initial countdown */ member
H A Dhifn7751.c2147 sc->sc_active = 5; in hifn_crypto()
2176 if (sc->sc_active == 0) { in hifn_tick()
2199 sc->sc_active--; in hifn_tick()
/dragonfly/sys/net/lagg/
H A Dif_lagg.h202 u_int sc_active; /* active port count */ member
H A Dif_lagg.c1630 sc->sc_active = 0; in lagg_sysctl_active()
1632 sc->sc_active += LAGG_PORTACTIVE(lp); in lagg_sysctl_active()
1635 error = sysctl_handle_int(oidp, &sc->sc_active, 0, req); in lagg_sysctl_active()
H A Dieee8023ad_lacp.c696 sc->sc_active = la->la_nports; in lacp_disable_distributing()
730 sc->sc_active = la->la_nports; in lacp_enable_distributing()