Home | History | Annotate | Download | only in vme

Lines Matching refs:xdc_softc

195  *   [2] & of xdc_softc's "nfree" (waiting for a free iorq/iopb)
196 * [3] & of xdc_softc's "ndone" (waiting for number of done iorq/iopb's
210 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 *);
277 CFATTACH_DECL_NEW(xdc, sizeof(struct xdc_softc),
497 struct xdc_softc *xdc = device_private(self);
510 * into our xdc_softc. */
712 struct xdc_softc *xdc = device_private(parent);
1233 struct xdc_softc *parent;
1331 struct xdc_softc *xdcsc = v;
1366 xdc_rqinit(struct xd_iorq *rq, struct xdc_softc *xdc, struct xd_softc *xd, int md, u_long blk, int cnt, void *db, struct buf *bp)
1487 xdc_cmd(struct xdc_softc *xdcsc, int cmd, int subfn, int unit, int block,
1549 xdc_startbuf(struct xdc_softc *xdcsc, struct xd_softc *xdsc, struct buf *bp)
1655 xdc_submit_iorq(struct xdc_softc *xdcsc, int iorqno, int type)
1732 xdc_piodriver(struct xdc_softc *xdcsc, int iorqno, int freeone)
1806 xdc_xdreset(struct xdc_softc *xdcsc, struct xd_softc *xdsc)
1837 xdc_reset(struct xdc_softc *xdcsc, int quiet, int blastmode, int error,
1938 xdc_start(struct xdc_softc *xdcsc, int maxio)
1956 xdc_remove_iorq(struct xdc_softc *xdcsc)
2153 xdc_error(struct xdc_softc *xdcsc, struct xd_iorq *iorq, struct xd_iopb *iopb,
2230 struct xdc_softc *xdcsc = arg;
2324 struct xdc_softc *xdcsc;