Searched refs:lagg_softc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/sys/net/ |
| HD | if_lagg.c | 107 VNET_DEFINE_STATIC(SLIST_HEAD(__trhead, lagg_softc), lagg_list); /* list of laggs */ 125 static void lagg_capabilities(struct lagg_softc *); 126 static int lagg_port_create(struct lagg_softc *, struct ifnet *); 130 static void lagg_linkstate(struct lagg_softc *); 137 static int lagg_port_checkstacking(struct lagg_softc *); 141 static void lagg_stop(struct lagg_softc *); 168 static struct lagg_port *lagg_link_active(struct lagg_softc *, 172 static void lagg_rr_attach(struct lagg_softc *); 173 static int lagg_rr_start(struct lagg_softc *, struct mbuf *); 176 static int lagg_fail_start(struct lagg_softc *, struct mbuf *); [all …]
|
| HD | ieee8023ad_lacp.h | 246 struct lagg_softc *lsc_softc; 294 struct lagg_port *lacp_select_tx_port(struct lagg_softc *, struct mbuf *, 296 struct lagg_port *lacp_select_tx_port_by_hash(struct lagg_softc *, uint32_t, 298 void lacp_attach(struct lagg_softc *); 300 void lacp_init(struct lagg_softc *); 301 void lacp_stop(struct lagg_softc *); 305 void lacp_req(struct lagg_softc *, void *);
|
| HD | if_lagg.h | 232 struct lagg_softc { struct 250 SLIST_ENTRY(lagg_softc) sc_entries; argument 266 struct lagg_softc *lp_softc; /* parent lagg */ argument
|
| HD | ieee8023ad_lacp.c | 340 struct lagg_softc *sc = lgp->lp_softc; in lacp_fill_actorinfo() 530 struct lagg_softc *sc = lgp->lp_softc; in lacp_port_create() 602 lacp_req(struct lagg_softc *sc, void *data) in lacp_req() 685 struct lagg_softc *sc = lsc->lsc_softc; in lacp_disable_distributing() 724 struct lagg_softc *sc = lsc->lsc_softc; in lacp_enable_distributing() 771 lacp_attach(struct lagg_softc *sc) in lacp_attach() 813 lacp_init(struct lagg_softc *sc) in lacp_init() 823 lacp_stop(struct lagg_softc *sc) in lacp_stop() 834 lacp_select_tx_port_by_hash(struct lagg_softc *sc, uint32_t hash, in lacp_select_tx_port_by_hash() 884 lacp_select_tx_port(struct lagg_softc *sc, struct mbuf *m, int *err) in lacp_select_tx_port() [all …]
|