Lines Matching defs:xdc_submit_iorq
225 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)
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 wrap up");
1718 panic("xdc_submit_iorq");
1946 if (xdc_submit_iorq(xdcsc, rqno, XD_SUB_NOQ) != XD_ERR_AOK)