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

  /src/sys/net/agr/
ieee8023ad_lacp_impl.h 62 struct lacp_softc { struct
104 #define LACP_SOFTC(sc) \
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...]

Completed in 13 milliseconds