Lines Matching defs:lagg_proto_softc

52 struct lagg_proto_softc {
66 * - Items of struct lagg_proto_softc is protected by
103 static struct lagg_proto_softc *
105 static void lagg_proto_free(struct lagg_proto_softc *);
106 static void lagg_proto_insert_port(struct lagg_proto_softc *,
108 static void lagg_proto_remove_port(struct lagg_proto_softc *,
111 lagg_link_active(struct lagg_proto_softc *psc,
116 static void lagg_common_linkstate(struct lagg_proto_softc *,
152 static struct lagg_proto_softc *
155 struct lagg_proto_softc *psc;
204 lagg_proto_free(struct lagg_proto_softc *psc)
220 lagg_link_active(struct lagg_proto_softc *psc,
254 lagg_common_allocport(struct lagg_proto_softc *psc, struct lagg_port *lp)
271 lagg_common_freeport(struct lagg_proto_softc *psc, struct lagg_port *lp)
283 lagg_proto_insert_port(struct lagg_proto_softc *psc,
319 lagg_proto_remove_port(struct lagg_proto_softc *psc,
334 lagg_common_startport(struct lagg_proto_softc *psc, struct lagg_port *lp)
349 lagg_common_stopport(struct lagg_proto_softc *psc, struct lagg_port *lp)
377 lagg_common_linkstate(struct lagg_proto_softc *psc, struct lagg_port *lp)
388 lagg_common_linkstate_ifnet_locked(struct lagg_proto_softc *psc, struct lagg_port *lp)
441 lagg_common_detach(struct lagg_proto_softc *psc)
448 lagg_none_attach(struct lagg_softc *sc, struct lagg_proto_softc **pscp)
456 lagg_fail_attach(struct lagg_softc *sc, struct lagg_proto_softc **xpsc)
458 struct lagg_proto_softc *psc;
475 lagg_fail_transmit(struct lagg_proto_softc *psc, struct mbuf *m)
495 lagg_fail_input(struct lagg_proto_softc *psc, struct lagg_port *lp,
528 lagg_fail_portstat(struct lagg_proto_softc *psc, struct lagg_port *lp,
559 lagg_fail_ioctl(struct lagg_proto_softc *psc, struct laggreqproto *lreq)
590 struct lagg_proto_softc *psc = xpsc;
615 lagg_lb_attach(struct lagg_softc *sc, struct lagg_proto_softc **xpsc)
617 struct lagg_proto_softc *psc;
634 lagg_lb_startport(struct lagg_proto_softc *psc, struct lagg_port *lp)
661 lagg_lb_stopport(struct lagg_proto_softc *psc, struct lagg_port *lp)
692 lagg_lb_transmit(struct lagg_proto_softc *psc, struct mbuf *m)
732 lagg_lb_input(struct lagg_proto_softc *psc __unused,
740 lagg_lb_portstat(struct lagg_proto_softc *psc, struct lagg_port *lp,
756 struct lagg_proto_softc *psc = xpsc;