Home
last modified time | relevance | path

Searched refs:trunk_softc (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/net/
Dif_trunk.c55 SLIST_HEAD(__trhead, trunk_softc) trunk_list; /* list of trunks */
61 int trunk_capabilities(struct trunk_softc *);
63 int trunk_port_create(struct trunk_softc *, struct ifnet *);
70 struct trunk_port *trunk_port_get(struct trunk_softc *, struct ifnet *);
71 int trunk_port_checkstacking(struct trunk_softc *);
74 int trunk_ether_addmulti(struct trunk_softc *, struct ifreq *);
75 int trunk_ether_delmulti(struct trunk_softc *, struct ifreq *);
76 void trunk_ether_purgemulti(struct trunk_softc *);
78 int trunk_ioctl_allports(struct trunk_softc *, u_long, caddr_t);
85 struct trunk_port *trunk_link_active(struct trunk_softc *,
[all …]
Dif_trunk.h158 struct trunk_softc;
161 struct trunk_softc *tp_trunk; /* parent trunk */
210 struct trunk_softc { struct
219 SLIST_ENTRY(trunk_softc) tr_entries; argument
224 int (*tr_detach)(struct trunk_softc *); argument
225 int (*tr_start)(struct trunk_softc *, struct mbuf *); argument
226 int (*tr_input)(struct trunk_softc *, struct trunk_port *, argument
231 void (*tr_init)(struct trunk_softc *); argument
232 void (*tr_stop)(struct trunk_softc *); argument
233 void (*tr_req)(struct trunk_softc *, caddr_t); argument
Dtrunklacp.h246 struct trunk_softc *lsc_softc;
287 struct trunk_port *lacp_select_tx_port(struct trunk_softc *, struct mbuf *);
288 int lacp_attach(struct trunk_softc *);
289 int lacp_detach(struct trunk_softc *);
290 void lacp_init(struct trunk_softc *);
291 void lacp_stop(struct trunk_softc *);
295 void lacp_req(struct trunk_softc *, caddr_t);
Dtrunklacp.c331 struct trunk_softc *sc = tp->tp_trunk; in lacp_fill_actorinfo()
496 struct trunk_softc *sc = tp->tp_trunk; in lacp_port_create()
565 lacp_req(struct trunk_softc *sc, caddr_t data) in lacp_req()
725 lacp_attach(struct trunk_softc *sc) in lacp_attach()
761 lacp_detach(struct trunk_softc *sc) in lacp_detach()
777 lacp_init(struct trunk_softc *sc) in lacp_init()
785 lacp_stop(struct trunk_softc *sc) in lacp_stop()
794 lacp_select_tx_port(struct trunk_softc *sc, struct mbuf *m) in lacp_select_tx_port()
993 struct trunk_softc *sc = tp->tp_trunk; in lacp_compose_key()