Symbol: mtd_softc
sys/dev/ic/mtd803.c
114
void mtd_setmulti(struct mtd_softc *);
sys/dev/ic/mtd803.c
118
void mtd_reset(struct mtd_softc *);
sys/dev/ic/mtd803.c
120
int mtd_init_desc(struct mtd_softc *);
sys/dev/ic/mtd803.c
121
int mtd_put(struct mtd_softc *, int, struct mbuf *);
sys/dev/ic/mtd803.c
122
struct mbuf *mtd_get(struct mtd_softc *, int, int);
sys/dev/ic/mtd803.c
124
int mtd_rxirq(struct mtd_softc *);
sys/dev/ic/mtd803.c
125
int mtd_txirq(struct mtd_softc *);
sys/dev/ic/mtd803.c
126
int mtd_bufirq(struct mtd_softc *);
sys/dev/ic/mtd803.c
130
mtd_config(struct mtd_softc *sc)
sys/dev/ic/mtd803.c
193
struct mtd_softc *sc = ifp->if_softc;
sys/dev/ic/mtd803.c
242
mtd_init_desc(struct mtd_softc *sc)
sys/dev/ic/mtd803.c
409
struct mtd_softc *sc = device_private(self);
sys/dev/ic/mtd803.c
420
struct mtd_softc *sc = device_private(self);
sys/dev/ic/mtd803.c
429
mtd_put(struct mtd_softc *sc, int index, struct mbuf *m)
sys/dev/ic/mtd803.c
465
struct mtd_softc *sc = ifp->if_softc;
sys/dev/ic/mtd803.c
514
struct mtd_softc *sc = ifp->if_softc;
sys/dev/ic/mtd803.c
538
struct mtd_softc *sc = ifp->if_softc;
sys/dev/ic/mtd803.c
557
struct mtd_softc *sc = ifp->if_softc;
sys/dev/ic/mtd803.c
578
mtd_get(struct mtd_softc *sc, int index, int totlen)
sys/dev/ic/mtd803.c
633
mtd_rxirq(struct mtd_softc *sc)
sys/dev/ic/mtd803.c
696
mtd_txirq(struct mtd_softc *sc)
sys/dev/ic/mtd803.c
713
mtd_bufirq(struct mtd_softc *sc)
sys/dev/ic/mtd803.c
729
struct mtd_softc *sc = args;
sys/dev/ic/mtd803.c
820
mtd_setmulti(struct mtd_softc *sc)
sys/dev/ic/mtd803.c
869
mtd_reset(struct mtd_softc *sc)
sys/dev/ic/mtd803.c
897
struct mtd_softc *sc = arg;
sys/dev/ic/mtd803var.h
132
extern int mtd_config(struct mtd_softc *);
sys/dev/pci/if_mtd_pci.c
69
CFATTACH_DECL_NEW(mtd_pci, sizeof(struct mtd_softc), mtd_pci_match,
sys/dev/pci/if_mtd_pci.c
84
struct mtd_softc * const sc = device_private(self);