Home | History | Annotate | Download | only in agr

Lines Matching refs:agr_softc

53 static int agrether_ctor(struct agr_softc *, struct ifnet *);
54 static void agrether_dtor(struct agr_softc *);
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 *,
61 static int agrether_configmulti_ifreq(struct agr_softc *, struct ifreq *,
88 agrether_ctor(struct agr_softc *sc, struct ifnet *ifp_port)
122 agrether_dtor(struct agr_softc *sc)
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,
248 agrether_configmulti_ifreq(struct agr_softc *sc, struct ifreq *ifr,
259 agrether_select_tx_port(struct agr_softc *sc, struct mbuf *m)