Home | History | Annotate | Download | only in dev

Lines Matching refs:xd_iorq

231 int	xdc_error(struct xdc_softc *, struct xd_iorq *, struct xd_iopb *, int,
234 void xdc_perror(struct xd_iorq *, struct xd_iopb *, int);
238 inline void xdc_rqinit(struct xd_iorq *, struct xdc_softc *, struct xd_softc *,
240 void xdc_rqtopb(struct xd_iorq *, struct xd_iopb *, int, int);
449 xdc->reqs = kmem_zalloc(XDC_MAXIOPB * sizeof(struct xd_iorq),
1181 xdc_rqinit(struct xd_iorq *rq, struct xdc_softc *xdc, struct xd_softc *xd,
1200 xdc_rqtopb(struct xd_iorq *iorq, struct xd_iopb *iopb, int cmd, int subfun)
1313 struct xd_iorq *iorq;
1373 struct xd_iorq *iorq;
1486 struct xd_iorq *iorq = &xdcsc->reqs[iorqno];
1672 struct xd_iorq *iorq;
1782 struct xd_iorq *iorq;
1943 xdc_perror(struct xd_iorq *iorq, struct xd_iopb *iopb, int still_trying)
1972 xdc_error(struct xdc_softc *xdcsc, struct xd_iorq *iorq, struct xd_iopb *iopb,