Lines Matching refs:reqs
144 (SC)->reqs[N].mode = 0; \
196 (ER) = (SC)->reqs[RQ].errno; \
449 xdc->reqs = kmem_zalloc(XDC_MAXIOPB * sizeof(struct xd_iorq),
456 xdc->reqs[lcv].iopb = &xdc->iopbase[lcv];
487 if (xdc->reqs[rqno].errno)
489 xdc_e2str(xdc->reqs[rqno].errno));
1347 iorq = &xdcsc->reqs[rqno];
1381 iorq = &xdcsc->reqs[rqno];
1445 /* now submit [note that xdc_submit_iorq can never fail on NORM reqs] */
1486 struct xd_iorq *iorq = &xdcsc->reqs[iorqno];
1520 device_xname(xdcsc->sc_dev), iorq - xdcsc->reqs);
1611 retval = xdcsc->reqs[iorqno].errno;
1615 xdcsc->reqs[iorqno].errno, xdc_e2str(xdcsc->reqs[iorqno].errno));
1690 iorq = &xdcsc->reqs[lcv];
1820 iorq = &xdcsc->reqs[rqno];
2081 lcv, xdcsc->reqs[lcv].mode,
2085 xdcsc->reqs[lcv].ttl,
2086 xdcsc->reqs[lcv].buf);
2101 if (xdcsc->reqs[lcv].mode) {
2104 xdcsc->reqs[lcv].mode, xdcsc->iopbase[lcv].done,
2114 if (xdcsc->reqs[lcv].mode == 0 ||
2115 XD_STATE(xdcsc->reqs[lcv].mode) == XD_SUB_DONE)
2117 xdcsc->reqs[lcv].ttl--;
2118 if (xdcsc->reqs[lcv].ttl == 0)
2246 xio->errno = xdcsc->reqs[rqno].errno;
2247 xio->tries = xdcsc->reqs[rqno].tries;