Home
last modified time | relevance | path

Searched refs:xdcsc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sun3/dev/
H A Dxd.c135 xdcsc->nwait--; \
1150 struct xdc_softc *xdcsc = v; in xdcintr() local
1153 xdcsc->sc_intrcnt.ev_count++; in xdcintr()
1156 xdc_remove_iorq(xdcsc); in xdcintr()
1159 xdc_start(xdcsc, XDC_MAXIOPB); in xdcintr()
1162 while (xdcsc->nfree > 0 && bufq_peek(xdcsc->sc_wq) != NULL) in xdcintr()
1163 if (xdc_startbuf(xdcsc, NULL, NULL) != XD_ERR_AOK) in xdcintr()
1310 xdc_cmd(struct xdc_softc *xdcsc, int cmd, int subfn, int unit, int block, in xdc_cmd() argument
1321 while (xdcsc in xdc_cmd()
1370 xdc_startbuf(struct xdc_softc * xdcsc,struct xd_softc * xdsc,struct buf * bp) xdc_startbuf() argument
1483 xdc_submit_iorq(struct xdc_softc * xdcsc,int iorqno,int type) xdc_submit_iorq() argument
1560 xdc_piodriver(struct xdc_softc * xdcsc,int iorqno,int freeone) xdc_piodriver() argument
1635 xdc_xdreset(struct xdc_softc * xdcsc,struct xd_softc * xdsc) xdc_xdreset() argument
1667 xdc_reset(struct xdc_softc * xdcsc,int quiet,int blastmode,int error,struct xd_softc * xdsc) xdc_reset() argument
1760 xdc_start(struct xdc_softc * xdcsc,int maxio) xdc_start() argument
1777 xdc_remove_iorq(struct xdc_softc * xdcsc) xdc_remove_iorq() argument
1972 xdc_error(struct xdc_softc * xdcsc,struct xd_iorq * iorq,struct xd_iopb * iopb,int rqno,int comm) xdc_error() argument
2044 struct xdc_softc *xdcsc = arg; xdc_tick() local
2143 struct xdc_softc *xdcsc; xdc_ioctlcmd() local
[all...]
/netbsd-src/sys/dev/vme/
H A Dxd.c121 xdcsc->nwait--; \
1331 struct xdc_softc *xdcsc = v; in xdcintr() local
1335 xdcsc->sc_intrcnt.ev_count++; in xdcintr()
1339 xdc_remove_iorq(xdcsc); in xdcintr()
1343 xdc_start(xdcsc, XDC_MAXIOPB); in xdcintr()
1347 while (xdcsc->nfree > 0 && bufq_peek(xdcsc->sc_wq) != NULL) in xdcintr()
1348 if (xdc_startbuf(xdcsc, NULL, NULL) != XD_ERR_AOK) in xdcintr()
1487 xdc_cmd(struct xdc_softc *xdcsc, int cmd, int subfn, int unit, int block, in xdc_cmd() argument
1497 while (xdcsc->nfree == 0) { in xdc_cmd()
1498 if (xdc_piodriver(xdcsc, 0, 1) != XD_ERR_AOK) in xdc_cmd()
[all …]