Lines Matching defs:agr_port
40 struct agr_port;
43 struct agr_port {
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;
138 int agrport_ioctl(struct agr_port *, u_long, void *);
153 void agrport_monitor(struct agr_port *);