Searched refs:me_softc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/net/
H A Dif_me.c84 struct me_softc { struct
86 LIST_ENTRY(me_softc) me_list;
110 static VNET_DEFINE(LIST_HEAD(, me_softc), me_softc_list);
181 struct me_softc *sc;
183 sc = malloc(sizeof(struct me_softc), M_IFME, M_WAITOK | M_ZERO);
209 struct me_softc *sc;
233 struct me_softc *sc;
328 struct me_softc *sc;
332 sc = (struct me_softc *)arg;
358 struct me_softc *s
[all...]

Completed in 36 milliseconds