Home | History | Annotate | Download | only in ic

Lines Matching refs:mtd_softc

114 void mtd_setmulti(struct mtd_softc *);
118 void mtd_reset(struct mtd_softc *);
120 int mtd_init_desc(struct mtd_softc *);
121 int mtd_put(struct mtd_softc *, int, struct mbuf *);
122 struct mbuf *mtd_get(struct mtd_softc *, int, int);
124 int mtd_rxirq(struct mtd_softc *);
125 int mtd_txirq(struct mtd_softc *);
126 int mtd_bufirq(struct mtd_softc *);
130 mtd_config(struct mtd_softc *sc)
193 struct mtd_softc *sc = ifp->if_softc;
242 mtd_init_desc(struct mtd_softc *sc)
409 struct mtd_softc *sc = device_private(self);
420 struct mtd_softc *sc = device_private(self);
429 mtd_put(struct mtd_softc *sc, int index, struct mbuf *m)
465 struct mtd_softc *sc = ifp->if_softc;
514 struct mtd_softc *sc = ifp->if_softc;
538 struct mtd_softc *sc = ifp->if_softc;
557 struct mtd_softc *sc = ifp->if_softc;
578 mtd_get(struct mtd_softc *sc, int index, int totlen)
633 mtd_rxirq(struct mtd_softc *sc)
696 mtd_txirq(struct mtd_softc *sc)
713 mtd_bufirq(struct mtd_softc *sc)
729 struct mtd_softc *sc = args;
820 mtd_setmulti(struct mtd_softc *sc)
869 mtd_reset(struct mtd_softc *sc)
897 struct mtd_softc *sc = arg;