Symbol: temac_softc
sys/arch/evbppc/virtex/dev/if_temac.c
1000
temac_txreap(struct temac_softc *sc)
sys/arch/evbppc/virtex/dev/if_temac.c
1040
temac_rxalloc(struct temac_softc *sc, int which, int verbose)
sys/arch/evbppc/virtex/dev/if_temac.c
1122
temac_rxreap(struct temac_softc *sc)
sys/arch/evbppc/virtex/dev/if_temac.c
1240
struct temac_softc *sc = (struct temac_softc *)arg;
sys/arch/evbppc/virtex/dev/if_temac.c
1250
temac_reset(struct temac_softc *sc)
sys/arch/evbppc/virtex/dev/if_temac.c
1268
temac_rxdrain(struct temac_softc *sc)
sys/arch/evbppc/virtex/dev/if_temac.c
1287
temac_txkick(struct temac_softc *sc)
sys/arch/evbppc/virtex/dev/if_temac.c
218
static inline void temac_rxcdsync(struct temac_softc *, int, int, int);
sys/arch/evbppc/virtex/dev/if_temac.c
219
static inline void temac_txcdsync(struct temac_softc *, int, int, int);
sys/arch/evbppc/virtex/dev/if_temac.c
220
static void temac_txreap(struct temac_softc *);
sys/arch/evbppc/virtex/dev/if_temac.c
221
static void temac_rxreap(struct temac_softc *);
sys/arch/evbppc/virtex/dev/if_temac.c
222
static int temac_rxalloc(struct temac_softc *, int, int);
sys/arch/evbppc/virtex/dev/if_temac.c
224
static void temac_rxdrain(struct temac_softc *);
sys/arch/evbppc/virtex/dev/if_temac.c
225
static void temac_reset(struct temac_softc *);
sys/arch/evbppc/virtex/dev/if_temac.c
226
static void temac_txkick(struct temac_softc *);
sys/arch/evbppc/virtex/dev/if_temac.c
254
CFATTACH_DECL_NEW(temac, sizeof(struct temac_softc),
sys/arch/evbppc/virtex/dev/if_temac.c
327
struct temac_softc *sc = device_private(self);
sys/arch/evbppc/virtex/dev/if_temac.c
581
struct temac_softc *sc = (struct temac_softc *)ifp->if_softc;
sys/arch/evbppc/virtex/dev/if_temac.c
645
struct temac_softc *sc = (struct temac_softc *)ifp->if_softc;
sys/arch/evbppc/virtex/dev/if_temac.c
660
struct temac_softc *sc = (struct temac_softc *)ifp->if_softc;
sys/arch/evbppc/virtex/dev/if_temac.c
785
struct temac_softc *sc = (struct temac_softc *)ifp->if_softc;
sys/arch/evbppc/virtex/dev/if_temac.c
847
struct temac_softc *sc = ifp->if_softc;
sys/arch/evbppc/virtex/dev/if_temac.c
888
struct temac_softc *sc = (struct temac_softc *)arg;
sys/arch/evbppc/virtex/dev/if_temac.c
907
struct temac_softc *sc = (struct temac_softc *)arg;
sys/arch/evbppc/virtex/dev/if_temac.c
915
struct temac_softc *sc = (struct temac_softc *)arg;
sys/arch/evbppc/virtex/dev/if_temac.c
939
struct temac_softc *sc = (struct temac_softc *)arg;
sys/arch/evbppc/virtex/dev/if_temac.c
964
temac_txcdsync(struct temac_softc *sc, int first, int cnt, int flag)
sys/arch/evbppc/virtex/dev/if_temac.c
982
temac_rxcdsync(struct temac_softc *sc, int first, int cnt, int flag)