mtd_softc
void mtd_setmulti(struct mtd_softc *);
void mtd_reset(struct mtd_softc *);
int mtd_init_desc(struct mtd_softc *);
int mtd_put(struct mtd_softc *, int, struct mbuf *);
struct mbuf *mtd_get(struct mtd_softc *, int, int);
int mtd_rxirq(struct mtd_softc *);
int mtd_txirq(struct mtd_softc *);
int mtd_bufirq(struct mtd_softc *);
mtd_config(struct mtd_softc *sc)
struct mtd_softc *sc = ifp->if_softc;
mtd_init_desc(struct mtd_softc *sc)
struct mtd_softc *sc = device_private(self);
struct mtd_softc *sc = device_private(self);
mtd_put(struct mtd_softc *sc, int index, struct mbuf *m)
struct mtd_softc *sc = ifp->if_softc;
struct mtd_softc *sc = ifp->if_softc;
struct mtd_softc *sc = ifp->if_softc;
struct mtd_softc *sc = ifp->if_softc;
mtd_get(struct mtd_softc *sc, int index, int totlen)
mtd_rxirq(struct mtd_softc *sc)
mtd_txirq(struct mtd_softc *sc)
mtd_bufirq(struct mtd_softc *sc)
struct mtd_softc *sc = args;
mtd_setmulti(struct mtd_softc *sc)
mtd_reset(struct mtd_softc *sc)
struct mtd_softc *sc = arg;
extern int mtd_config(struct mtd_softc *);
CFATTACH_DECL_NEW(mtd_pci, sizeof(struct mtd_softc), mtd_pci_match,
struct mtd_softc * const sc = device_private(self);