HomeSort by: relevance | last modified time | path
    Searched refs:ae_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/atheros/dev/
if_ae.c 151 static void ae_reset(struct ae_softc *);
152 static void ae_idle(struct ae_softc *, uint32_t);
162 static void ae_rxdrain(struct ae_softc *);
163 static int ae_add_rxbuf(struct ae_softc *, int);
165 static int ae_enable(struct ae_softc *);
166 static void ae_disable(struct ae_softc *);
169 static void ae_filter_setup(struct ae_softc *);
172 static void ae_rxintr(struct ae_softc *);
173 static void ae_txintr(struct ae_softc *);
189 static void ae_print_stats(struct ae_softc *);
    [all...]
aevar.h 110 struct ae_softc;
126 struct ae_softc { struct

Completed in 12 milliseconds