Searched defs:agr_iftype_ops (Results 1 – 1 of 1) sorted by relevance
61 struct agr_iftype_ops { struct63 void (*iftop_tick)(struct agr_softc *);64 void (*iftop_porttick)(struct agr_softc *, struct agr_port *);65 void (*iftop_portstate)(struct agr_port *);74 int (*iftop_ctor)(struct agr_softc *, struct ifnet *);76 void (*iftop_dtor)(struct agr_softc *);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 *,93 uint32_t (*iftop_hashmbuf)(struct agr_softc *, struct mbuf *);[all …]