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

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

Completed in 146 milliseconds