Lines Matching refs:lacp_softc
104 static void lacp_suppress_distributing(struct lacp_softc *,
107 static void lacp_update_portmap(struct lacp_softc *);
108 static void lacp_select_active_aggregator(struct lacp_softc *);
123 static struct lacp_aggregator *lacp_aggregator_get(struct lacp_softc *,
125 static void lacp_aggregator_addref(struct lacp_softc *,
127 static void lacp_aggregator_delref(struct lacp_softc *,
270 struct lacp_softc *lsc = lp->lp_lsc; in lacp_pdu_input()
461 struct lacp_softc *lsc = lp->lp_lsc; in lacp_linkstate()
509 struct lacp_softc *lsc = arg; in lacp_tick()
532 struct lacp_softc *lsc = LACP_SOFTC(sc); in lacp_port_create()
580 struct lacp_softc *lsc = lp->lp_lsc; in lacp_port_destroy()
606 struct lacp_softc *lsc = LACP_SOFTC(sc); in lacp_req()
646 struct lacp_softc *lsc = lp->lp_lsc; in lacp_portreq()
685 struct lacp_softc *lsc = lp->lp_lsc; in lacp_disable_distributing()
724 struct lacp_softc *lsc = lp->lp_lsc; in lacp_enable_distributing()
760 struct lacp_softc *lsc = vp; in lacp_transit_expire()
774 struct lacp_softc *lsc; in lacp_attach()
776 lsc = malloc(sizeof(struct lacp_softc), M_DEVBUF, M_WAITOK | M_ZERO); in lacp_attach()
799 struct lacp_softc *lsc = (struct lacp_softc *)psc; in lacp_detach()
816 struct lacp_softc *lsc = LACP_SOFTC(sc); in lacp_init()
826 struct lacp_softc *lsc = LACP_SOFTC(sc); in lacp_stop()
838 struct lacp_softc *lsc = LACP_SOFTC(sc); in lacp_select_tx_port_by_hash()
884 struct lacp_softc *lsc = LACP_SOFTC(sc); in lacp_select_tx_port()
904 lacp_suppress_distributing(struct lacp_softc *lsc, struct lacp_aggregator *la) in lacp_suppress_distributing()
978 lacp_select_active_aggregator(struct lacp_softc *lsc) in lacp_select_active_aggregator()
1044 lacp_update_portmap(struct lacp_softc *lsc) in lacp_update_portmap()
1281 lacp_aggregator_addref(struct lacp_softc *lsc, struct lacp_aggregator *la) in lacp_aggregator_addref()
1297 lacp_aggregator_delref(struct lacp_softc *lsc, struct lacp_aggregator *la) in lacp_aggregator_delref()
1326 lacp_aggregator_get(struct lacp_softc *lsc, struct lacp_port *lp) in lacp_aggregator_get()
1428 struct lacp_softc *lsc = lp->lp_lsc; in lacp_select()
1488 struct lacp_softc *lsc = lp->lp_lsc; in lacp_unselect()
1970 struct lacp_softc *lsc = lp->lp_lsc; in lacp_marker_input()