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

  /src/sys/arch/amiga/dev/
if_qn.c 129 struct qn_softc { struct
153 void qnreset(struct qn_softc *);
154 void qninit(struct qn_softc *);
155 void qnstop(struct qn_softc *);
157 static void qn_rint(struct qn_softc *, u_short);
158 static void qn_flush(struct qn_softc *);
162 static void qn_get_packet(struct qn_softc *, u_short);
164 static void qn_dump(struct qn_softc *);
167 CFATTACH_DECL_NEW(qn, sizeof(struct qn_softc),
193 struct qn_softc *sc = device_private(self)
    [all...]

Completed in 271 milliseconds