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

  /src/sys/dev/ic/
mtd803.c 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
    [all...]
mtd803var.h 61 struct mtd_softc { struct
132 extern int mtd_config(struct mtd_softc *);
  /src/sys/dev/pci/
if_mtd_pci.c 69 CFATTACH_DECL_NEW(mtd_pci, sizeof(struct mtd_softc), mtd_pci_match,
84 struct mtd_softc * const sc = device_private(self);

Completed in 12 milliseconds