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

/netbsd-current/sys/arch/sun3/dev/
H A Dxyvar.h154 struct xy_iorq *ciorq; /* controller's iorq */ member in struct:xyc_softc
H A Dxy.c128 (ER) = (SC)->ciorq->errno; \
129 (SC)->ciorq->mode = XY_SUB_FREE; \
130 wakeup((SC)->ciorq); \
411 xyc->ciorq = &xyc->reqs[XYC_CTLIOPB]; /* short hand name */
1210 struct xy_iorq *iorq = xycsc->ciorq;
2024 xio->errno = xycsc->ciorq->errno;
2025 xio->tries = xycsc->ciorq->tries;
/netbsd-current/sys/dev/vme/
H A Dxyvar.h152 struct xy_iorq *ciorq; /* controller's iorq */ member in struct:xyc_softc
H A Dxy.c116 (ER) = (SC)->ciorq->errnum; \
117 (SC)->ciorq->mode = XY_SUB_FREE; \
118 wakeup((SC)->ciorq); \
529 xyc->ciorq = &xyc->reqs[XYC_CTLIOPB]; /* short hand name */
1358 struct xy_iorq *iorq = xycsc->ciorq;
1715 XYC_GO(xycsc->xyc, xycsc->ciorq->dmaiopb);
2198 xio->errnum = xycsc->ciorq->errnum;
2199 xio->tries = xycsc->ciorq->tries;

Completed in 103 milliseconds