Lines Matching refs:xdc_softc

216  *   [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 *, struct xd_softc *, struct buf *);
243 int xdc_submit_iorq(struct xdc_softc *, int, int);
245 void xdc_xdreset(struct xdc_softc *, struct xd_softc *);
266 CFATTACH_DECL_NEW(xdc, sizeof(struct xdc_softc),
419 struct xdc_softc *xdc = device_private(self);
426 * into our xdc_softc. */
565 struct xdc_softc *xdc = device_private(parent);
600 struct xdc_softc *xdc;
1057 struct xdc_softc *parent;
1150 struct xdc_softc *xdcsc = v;
1181 xdc_rqinit(struct xd_iorq *rq, struct xdc_softc *xdc, struct xd_softc *xd,
1310 xdc_cmd(struct xdc_softc *xdcsc, int cmd, int subfn, int unit, int block,
1370 xdc_startbuf(struct xdc_softc *xdcsc, struct xd_softc *xdsc, struct buf *bp)
1483 xdc_submit_iorq(struct xdc_softc *xdcsc, int iorqno, int type)
1560 xdc_piodriver(struct xdc_softc *xdcsc, int iorqno, int freeone)
1635 xdc_xdreset(struct xdc_softc *xdcsc, struct xd_softc *xdsc)
1667 xdc_reset(struct xdc_softc *xdcsc, int quiet, int blastmode, int error,
1760 xdc_start(struct xdc_softc *xdcsc, int maxio)
1777 xdc_remove_iorq(struct xdc_softc *xdcsc)
1972 xdc_error(struct xdc_softc *xdcsc, struct xd_iorq *iorq, struct xd_iopb *iopb,
2044 struct xdc_softc *xdcsc = arg;
2143 struct xdc_softc *xdcsc;