Lines Matching refs:xdc_softc
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); in xdcattach()
712 struct xdc_softc *xdc = device_private(parent); in xdattach()
1233 struct xdc_softc *parent; in xdstrategy()
1331 struct xdc_softc *xdcsc = v; in xdcintr()
1366 xdc_rqinit(struct xd_iorq *rq, struct xdc_softc *xdc, struct xd_softc *xd, int md, u_long blk, int … in xdc_rqinit()
1487 xdc_cmd(struct xdc_softc *xdcsc, int cmd, int subfn, int unit, int block, in xdc_cmd()
1549 xdc_startbuf(struct xdc_softc *xdcsc, struct xd_softc *xdsc, struct buf *bp) in xdc_startbuf()
1655 xdc_submit_iorq(struct xdc_softc *xdcsc, int iorqno, int type) in xdc_submit_iorq()
1732 xdc_piodriver(struct xdc_softc *xdcsc, int iorqno, int freeone) in xdc_piodriver()
1806 xdc_xdreset(struct xdc_softc *xdcsc, struct xd_softc *xdsc) in xdc_xdreset()
1837 xdc_reset(struct xdc_softc *xdcsc, int quiet, int blastmode, int error, in xdc_reset()
1938 xdc_start(struct xdc_softc *xdcsc, int maxio) in xdc_start()
1956 xdc_remove_iorq(struct xdc_softc *xdcsc) in xdc_remove_iorq()
2153 xdc_error(struct xdc_softc *xdcsc, struct xd_iorq *iorq, struct xd_iopb *iopb, in xdc_error()
2230 struct xdc_softc *xdcsc = arg; in xdc_tick()
2324 struct xdc_softc *xdcsc; in xdc_ioctlcmd()