Searched refs:iorq (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/vme/
H A Dxy.c123 * XYC_ADVANCE: advance iorq's pointers by a number of sectors
137 * [2] & an iorq (waiting for an XY_SUB_WAIT iorq to finish)
462 /* Get DMA handle for mapping iorq descriptors */
480 /* Get DMA buffer for iorq descriptors */
497 * init iorq to iopb pointers, and non-zero fields in the
1255 /* start any iorq's already waiting */
1288 * xyc_rqtopb: load up an IOPB based on an iorq
1292 xyc_rqtopb(struct xy_iorq *iorq, struct xy_iopb *iopb, int cmd, int subfun) argument
1299 iopb->ien = (XY_STATE(iorq
1358 struct xy_iorq *iorq = xycsc->ciorq; local
1406 struct xy_iorq *iorq; local
1498 xyc_submit_iorq(struct xyc_softc *xycsc, struct xy_iorq *iorq, int type) argument
1569 xyc_chain(struct xyc_softc *xycsc, struct xy_iorq *iorq) argument
1641 xyc_piodriver(struct xyc_softc *xycsc, struct xy_iorq *iorq) argument
1766 register struct xy_iorq *iorq = &xycsc->reqs[lcv]; local
1828 xyc_start(struct xyc_softc *xycsc, struct xy_iorq *iorq) argument
1855 struct xy_iorq *iorq; local
1999 xyc_perror(struct xy_iorq *iorq, struct xy_iopb *iopb, int still_trying) argument
2028 xyc_error(struct xyc_softc *xycsc, struct xy_iorq *iorq, struct xy_iopb *iopb, int comm) argument
[all...]
H A Dxd.c96 * XDC_TWAIT: add iorq "N" to tail of SC's wait queue
105 * XDC_HWAIT: add iorq "N" to head of SC's wait queue
125 * XDC_FREE: add iorq "N" to SC's free list
135 * XDC_RQALLOC: allocate an iorq off the free list (assume nfree > 0).
182 * XDC_ADVANCE: advance iorq's pointers by a number of sectors
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
198 * [4] & an iorq (waiting for an XD_SUB_WAIT iorq to finish)
533 * iorq'
1383 xdc_rqtopb(struct xd_iorq *iorq, struct xd_iopb *iopb, int cmd, int subfun) argument
1491 struct xd_iorq *iorq; local
1552 struct xd_iorq *iorq; local
1658 struct xd_iorq *iorq = &xdcsc->reqs[iorqno]; local
1860 register struct xd_iorq *iorq = &xdcsc->reqs[lcv]; local
1961 struct xd_iorq *iorq; local
2123 xdc_perror(struct xd_iorq *iorq, struct xd_iopb *iopb, int still_trying) argument
2153 xdc_error(struct xdc_softc *xdcsc, struct xd_iorq *iorq, struct xd_iopb *iopb, int rqno, int comm) argument
[all...]
/netbsd-current/sys/arch/sun3/dev/
H A Dxy.c135 * XYC_ADVANCE: advance iorq's pointers by a number of sectors
150 * [2] & an iorq (waiting for an XY_SUB_WAIT iorq to finish)
397 * init iorq to iopb pointers, and non-zero fields in the
1106 /* start any iorq's already waiting */
1140 * xyc_rqtopb: load up an IOPB based on an iorq
1144 xyc_rqtopb(struct xy_iorq *iorq, struct xy_iopb *iopb, int cmd, int subfun) argument
1151 iopb->ien = (XY_STATE(iorq->mode) == XY_SUB_POLL) ? 0 : 1;
1156 if (iorq->xy) {
1157 iopb->unit = iorq
1210 struct xy_iorq *iorq = xycsc->ciorq; local
1255 struct xy_iorq *iorq; local
1356 xyc_submit_iorq(struct xyc_softc *xycsc, struct xy_iorq *iorq, int type) argument
1430 xyc_chain(struct xyc_softc *xycsc, struct xy_iorq *iorq) argument
1498 xyc_piodriver(struct xyc_softc *xycsc, struct xy_iorq *iorq) argument
1600 struct xy_iorq *iorq; local
1673 xyc_start(struct xyc_softc *xycsc, struct xy_iorq *iorq) argument
1703 struct xy_iorq *iorq; local
1842 xyc_perror(struct xy_iorq *iorq, struct xy_iopb *iopb, int still_trying) argument
1870 xyc_error(struct xyc_softc *xycsc, struct xy_iorq *iorq, struct xy_iopb *iopb, int comm) argument
[all...]
H A Dxd.c107 * XDC_TWAIT: add iorq "N" to tail of SC's wait queue
117 * XDC_HWAIT: add iorq "N" to head of SC's wait queue
139 * XDC_FREE: add iorq "N" to SC's free list
151 * XDC_RQALLOC: allocate an iorq off the free list (assume nfree > 0).
202 * XDC_ADVANCE: advance iorq's pointers by a number of sectors
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
219 * [4] & an iorq (waiting for an XD_SUB_WAIT iorq to finish)
441 * iorq'
1200 xdc_rqtopb(struct xd_iorq *iorq, struct xd_iopb *iopb, int cmd, int subfun) argument
1313 struct xd_iorq *iorq; local
1373 struct xd_iorq *iorq; local
1486 struct xd_iorq *iorq = &xdcsc->reqs[iorqno]; local
1672 struct xd_iorq *iorq; local
1782 struct xd_iorq *iorq; local
1943 xdc_perror(struct xd_iorq *iorq, struct xd_iopb *iopb, int still_trying) argument
1972 xdc_error(struct xdc_softc *xdcsc, struct xd_iorq *iorq, struct xd_iopb *iopb, int rqno, int comm) argument
[all...]

Completed in 135 milliseconds