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

/freebsd-10-stable/sys/net/
H A Dif_lagg.c85 VNET_DEFINE(SLIST_HEAD(__trhead, lagg_softc), lagg_list); /* list of laggs */
102 static void lagg_lladdr(struct lagg_softc *, uint8_t *);
103 static void lagg_capabilities(struct lagg_softc *);
106 static int lagg_port_create(struct lagg_softc *, struct ifnet *);
109 static void lagg_linkstate(struct lagg_softc *);
116 static int lagg_port_checkstacking(struct lagg_softc *);
120 static void lagg_stop(struct lagg_softc *);
122 static int lagg_ether_setmulti(struct lagg_softc *);
131 static struct lagg_port *lagg_link_active(struct lagg_softc *,
136 static void lagg_rr_attach(struct lagg_softc *);
[all...]
H A Dif_lagg.h218 struct lagg_softc { struct
239 SLIST_ENTRY(lagg_softc) sc_entries;
246 int (*sc_detach)(struct lagg_softc *);
247 int (*sc_start)(struct lagg_softc *, struct mbuf *);
248 struct mbuf *(*sc_input)(struct lagg_softc *, struct lagg_port *,
253 void (*sc_init)(struct lagg_softc *);
254 void (*sc_stop)(struct lagg_softc *);
255 void (*sc_lladdr)(struct lagg_softc *);
256 void (*sc_req)(struct lagg_softc *, caddr_t);
267 struct lagg_softc *lp_soft
[all...]
H A Dieee8023ad_lacp.h238 struct lagg_softc *lsc_softc;
286 struct lagg_port *lacp_select_tx_port(struct lagg_softc *, struct mbuf *);
287 void lacp_attach(struct lagg_softc *);
289 void lacp_init(struct lagg_softc *);
290 void lacp_stop(struct lagg_softc *);
294 void lacp_req(struct lagg_softc *, caddr_t);
H A Dieee8023ad_lacp.c332 struct lagg_softc *sc = lgp->lp_softc;
518 struct lagg_softc *sc = lgp->lp_softc;
593 lacp_req(struct lagg_softc *sc, caddr_t data)
676 struct lagg_softc *sc = lsc->lsc_softc;
713 struct lagg_softc *sc = lsc->lsc_softc;
757 lacp_attach(struct lagg_softc *sc)
800 lacp_init(struct lagg_softc *sc)
810 lacp_stop(struct lagg_softc *sc)
821 lacp_select_tx_port(struct lagg_softc *sc, struct mbuf *m)
999 struct lagg_softc *s
[all...]

Completed in 59 milliseconds