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

  /src/sys/net/agr/
ieee8023ad_impl.h 50 void ieee8023ad_portinit(struct agr_port *);
51 void ieee8023ad_portfini(struct agr_port *);
52 struct agr_port *ieee8023ad_select_tx_port(struct agr_softc *, struct mbuf *);
53 void ieee8023ad_lacp_porttick(struct agr_softc *, struct agr_port *);
54 void ieee8023ad_lacp_portstate(struct agr_port *);
if_agrsubr.h 45 int agr_port_foreach(struct agr_softc *, int (*)(struct agr_port *, void *),
48 int agr_configmulti_port(struct agr_multiaddrs *, struct agr_port *, bool);
52 int agr_port_getmedia(struct agr_port *, u_int *, u_int *);
54 int agr_vlan_add(struct agr_port *, void *);
55 int agr_vlan_del(struct agr_port *, void *);
if_agrvar_impl.h 40 struct agr_port;
43 struct agr_port { struct
46 TAILQ_ENTRY(agr_port) port_q;
64 void (*iftop_porttick)(struct agr_softc *, struct agr_port *);
65 void (*iftop_portstate)(struct agr_port *);
83 int (*iftop_portinit)(struct agr_softc *, struct agr_port *);
89 int (*iftop_portfini)(struct agr_softc *, struct agr_port *);
91 struct agr_port *(*iftop_select_tx_port)(struct agr_softc *,
95 int (*iftop_configmulti_port)(struct agr_softc *, struct agr_port *,
120 TAILQ_HEAD(, agr_port) sc_ports
    [all...]
if_agrsubr.c 58 static int agrport_mc_add_callback(struct agr_port *, void *);
59 static int agrport_mc_del_callback(struct agr_port *, void *);
173 int (*func)(struct agr_port *, void *), void *arg)
175 struct agr_port *port;
212 agr_configmulti_port(struct agr_multiaddrs *ama, struct agr_port *port,
223 agrport_mc_add_callback(struct agr_port *port, void *arg)
230 agrport_mc_del_callback(struct agr_port *port, void *arg)
257 agr_port_getmedia(struct agr_port *port, u_int *media, u_int *status)
280 agr_vlan_add(struct agr_port *port, void *arg)
313 agr_vlan_del(struct agr_port *port, void *arg
    [all...]
ieee8023ad_lacp_impl.h 87 struct agr_port *lp_agrport;
110 void lacp_portinit(struct agr_port *);
111 void lacp_portfini(struct agr_port *);
if_agrether.c 55 static int agrether_portinit(struct agr_softc *, struct agr_port *);
56 static int agrether_portfini(struct agr_softc *, struct agr_port *);
57 static struct agr_port *agrether_select_tx_port(struct agr_softc *,
59 static int agrether_configmulti_port(struct agr_softc *, struct agr_port *,
137 agrether_portinit(struct agr_softc *sc, struct agr_port *port)
201 agrether_portfini(struct agr_softc *sc, struct agr_port *port)
239 agrether_configmulti_port(struct agr_softc *sc, struct agr_port *port,
258 static struct agr_port *
if_agrtimer.c 44 static int agrtimer_port_tick(struct agr_port *, void *);
111 agrtimer_port_tick(struct agr_port *port, void *arg)
ieee8023ad_lacp.c 55 static void lacp_fill_actorinfo(struct agr_port *, struct lacp_peerinfo *);
96 struct agr_port *port;
183 lacp_fill_actorinfo(struct agr_port *port, struct lacp_peerinfo *info)
198 struct agr_port *port = lp->lp_agrport;
258 ieee8023ad_lacp_portstate(struct agr_port *port)
287 ieee8023ad_lacp_porttick(struct agr_softc *sc, struct agr_port *port)
302 lacp_portinit(struct agr_port *port)
320 lacp_portfini(struct agr_port *port)
344 struct agr_port *port = lp->lp_agrport;
353 struct agr_port *port = lp->lp_agrport
    [all...]
if_agr.c 82 static struct agr_port *agr_select_tx_port(struct agr_softc *, struct mbuf *);
86 static int agrport_config_promisc_callback(struct agr_port *, void *);
87 static int agrport_config_promisc(struct agr_port *, bool);
88 static int agrport_cleanup(struct agr_softc *, struct agr_port *);
151 struct agr_port *port;
235 agrport_ioctl(struct agr_port *port, u_long cmd, void *arg)
349 static struct agr_port *
357 static struct agr_port *
360 struct agr_port *port;
387 struct agr_port *port
    [all...]
if_agrmonitor.c 43 agrport_monitor(struct agr_port *port)
ieee8023ad_marker.c 60 struct agr_port *port;

Completed in 43 milliseconds