HomeSort by: relevance | last modified time | path
    Searched refs:lacp_softc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/net/agr/
ieee8023ad_impl.h 33 struct lacp_softc isc_lacpsc;
ieee8023ad_lacp_select.c 59 static struct lacp_aggregator *lacp_aggregator_get(struct lacp_softc *,
61 static void lacp_aggregator_addref(struct lacp_softc *,
63 static void lacp_aggregator_delref(struct lacp_softc *,
67 lacp_aggregator_addref(struct lacp_softc *lsc, struct lacp_aggregator *la)
85 lacp_aggregator_delref(struct lacp_softc *lsc, struct lacp_aggregator *la)
116 lacp_aggregator_get(struct lacp_softc *lsc, struct lacp_port *lp)
209 struct lacp_softc *lsc = LACP_SOFTC(AGR_SC_FROM_PORT(lp->lp_agrport));
264 struct lacp_softc *lsc = LACP_SOFTC(AGR_SC_FROM_PORT(lp->lp_agrport))
    [all...]
ieee8023ad_lacp.c 58 static void lacp_suppress_distributing(struct lacp_softc *,
61 static void lacp_select_active_aggregator(struct lacp_softc *);
364 struct lacp_softc *lsc = LACP_SOFTC(AGR_SC_FROM_PORT(port));
401 struct lacp_softc *lsc = LACP_SOFTC(AGR_SC_FROM_PORT(port));
435 struct lacp_softc *lsc = LACP_SOFTC(sc);
471 struct lacp_softc *lsc = &isc->isc_lacpsc;
483 struct lacp_softc *lsc = &isc->isc_lacpsc
    [all...]
ieee8023ad_lacp_impl.h 62 struct lacp_softc { struct
104 #define LACP_SOFTC(sc) \
  /src/sys/net/lagg/
if_lagg_lacp.c 150 struct lacp_softc { struct
190 * - Items in struct lacp_softc are protected by
200 static void lacp_dprintf(const struct lacp_softc *,
252 static void lacp_port_disable(struct lacp_softc *, struct lacp_port *);
253 static void lacp_port_enable(struct lacp_softc *, struct lacp_port *);
254 static void lacp_peerinfo_actor(struct lacp_softc *, struct lacp_port *,
259 lacp_select_tx_port(struct lacp_softc *, struct mbuf *,
261 static void lacp_suppress_distributing(struct lacp_softc *);
262 static void lacp_distributing_timer(struct lacp_softc *);
264 static void lacp_select(struct lacp_softc *, struct lacp_port *)
    [all...]

Completed in 26 milliseconds