Home
last modified time | relevance | path

Searched refs:qe_softc (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/sbus/
H A Dqe.c115 struct qe_softc { struct
147 void qeinit(struct qe_softc *); argument
149 void qestop(struct qe_softc *);
156 int qe_rint(struct qe_softc *);
157 int qe_tint(struct qe_softc *);
495 qestop(struct qe_softc *sc) in qestop()
528 qereset(struct qe_softc *sc) in qereset()
555 struct qe_softc *sc = arg; in qeintr()
622 qe_tint(struct qe_softc *sc) in qe_tint()
661 qe_rint(struct qe_softc *sc) in qe_rint()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/qbus/
H A Dif_qe.c81 struct qe_softc { struct
108 static void qeinit(struct qe_softc *); argument
113 static void qe_setup(struct qe_softc *);
136 struct qe_softc ssc; in qematch()
137 struct qe_softc *sc = &ssc; in qematch()
393 qeinit(struct qe_softc *sc) in qeinit()
455 struct qe_softc *sc = ifp->if_softc; in qestart()
574 struct qe_softc *sc = arg; in qeintr()
652 struct qe_softc *sc = ifp->if_softc; in qeioctl()
779 qe_setup(struct qe_softc *sc) in qe_setup()
[all …]