Home
last modified time | relevance | path

Searched refs:xdc_softc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/sun3/dev/
H A Dxd.c216 * [2] & of xdc_softc's "nfree" (waiting for a free iorq/iopb)
217 * [3] & of xdc_softc's "ndone" (waiting for number of done iorq/iopb's
229 int xdc_cmd(struct xdc_softc *, int, int, int, int, int, char *, int);
231 int xdc_error(struct xdc_softc *, struct xd_iorq *, struct xd_iopb *, int,
235 int xdc_piodriver(struct xdc_softc *, int, int);
236 int xdc_remove_iorq(struct xdc_softc *);
237 int xdc_reset(struct xdc_softc *, int, int, int, struct xd_softc *);
238 inline void xdc_rqinit(struct xd_iorq *, struct xdc_softc *, struct xd_softc *,
241 void xdc_start(struct xdc_softc *, int);
242 int xdc_startbuf(struct xdc_softc *, struc
[all...]
H A Dxdvar.h45 struct xdc_softc *xdc; /* who we are working with */
101 struct xdc_softc *parent; /* parent */
133 struct xdc_softc { struct
/netbsd-src/sys/dev/vme/
H A Dxdvar.h46 struct xdc_softc *xdc; /* who we are working with */
102 struct xdc_softc *parent; /* parent */
133 struct xdc_softc { struct
H A Dxd.c210 int xdc_cmd(struct xdc_softc *, int, int, int, int, int, char *, int);
212 int xdc_error(struct xdc_softc *, struct xd_iorq *,
216 int xdc_piodriver(struct xdc_softc *, int, int);
217 int xdc_remove_iorq(struct xdc_softc *);
218 int xdc_reset(struct xdc_softc *, int, int, int, struct xd_softc *);
219 inline void xdc_rqinit(struct xd_iorq *, struct xdc_softc *,
223 void xdc_start(struct xdc_softc *, int);
224 int xdc_startbuf(struct xdc_softc *, struct xd_softc *, struct buf *);
225 int xdc_submit_iorq(struct xdc_softc *, int, int);
227 void xdc_xdreset(struct xdc_softc *, struct xd_softc *);
[all …]