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

  /src/sys/arch/vax/boot/boot/
if_qe.c 65 static struct qe_softc { struct
70 } qe_softc; variable in typeref:struct:qe_softc
72 static struct qe_softc *sc = &qe_softc, *psc;
114 ubaddr = ubmap(0, (int)sc, sizeof(struct qe_softc));
115 psc = (struct qe_softc *)ubaddr;
  /src/sys/dev/qbus/
if_qe.c 73 struct qe_softc { struct
104 static int qe_add_rxbuf(struct qe_softc *, int);
105 static void qe_setup(struct qe_softc *);
108 CFATTACH_DECL_NEW(qe, sizeof(struct qe_softc),
128 struct qe_softc ssc;
129 struct qe_softc *sc = &ssc;
208 struct qe_softc *sc = device_private(self);
388 struct qe_softc *sc = ifp->if_softc;
448 struct qe_softc *sc = ifp->if_softc;
567 struct qe_softc *sc = arg
    [all...]
  /src/sys/dev/sbus/
qe.c 110 struct qe_softc { struct
142 void qeinit(struct qe_softc *);
144 void qestop(struct qe_softc *);
147 void qereset(struct qe_softc *);
150 int qe_eint(struct qe_softc *, uint32_t);
151 int qe_rint(struct qe_softc *);
152 int qe_tint(struct qe_softc *);
153 void qe_mcreset(struct qe_softc *);
155 static int qe_put(struct qe_softc *, int, struct mbuf *);
156 static void qe_read(struct qe_softc *, int, int)
    [all...]

Completed in 13 milliseconds