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

/netbsd-current/sys/arch/sun3/dev/
H A Dxd.c243 int xdc_submit_iorq(struct xdc_softc *, int, int);
1360 xdc_submit_iorq(xdcsc, rqno, fullmode); /* error code will be in iorq */
1445 /* now submit [note that xdc_submit_iorq can never fail on NORM reqs] */
1447 xdc_submit_iorq(xdcsc, rqno, XD_SUB_NORM);
1453 * xdc_submit_iorq: submit an iorq for processing. returns XD_ERR_AOK
1483 xdc_submit_iorq(struct xdc_softc *xdcsc, int iorqno, int type) function
1489 printf("xdc_submit_iorq(%s, no=%d, type=%d)\n",
1767 if (xdc_submit_iorq(xdcsc, rqno, XD_SUB_NOQ) != XD_ERR_AOK)
/netbsd-current/sys/dev/vme/
H A Dxd.c225 int xdc_submit_iorq(struct xdc_softc *, int, int);
1539 xdc_submit_iorq(xdcsc, rqno, fullmode); /* error code will be in iorq */
1616 /* now submit [note that xdc_submit_iorq can never fail on NORM reqs] */
1618 xdc_submit_iorq(xdcsc, rqno, XD_SUB_NORM);
1624 * xdc_submit_iorq: submit an iorq for processing. returns XD_ERR_AOK
1655 xdc_submit_iorq(struct xdc_softc *xdcsc, int iorqno, int type) function
1661 printf("xdc_submit_iorq(%s, no=%d, type=%d)\n", device_xname(xdcsc->sc_dev),
1668 printf("xdc_submit_iorq: XDC not ready (ADDING)\n");
1684 panic("xdc_submit_iorq adding");
1716 panic("xdc_submit_iorq wra
[all...]

Completed in 171 milliseconds