Lines Matching defs:xyc_submit_iorq
167 int xyc_submit_iorq(struct xyc_softc *, struct xy_iorq *, int);
1389 xyc_submit_iorq(xycsc, iorq, fullmode); /* error code will be in iorq */
1464 * xyc_submit_iorq: submit an iorq for processing. returns XY_ERR_AOK
1498 xyc_submit_iorq(struct xyc_softc *xycsc, struct xy_iorq *iorq, int type)
1503 printf("xyc_submit_iorq(%s, addr=0x%x, type=%d)\n",
1510 printf("xyc_submit_iorq: XYC not ready (BUSY)\n");
1525 panic("xyc_submit_iorq: stuck xyc");
1530 panic("xyc_submit_iorq adding");
1538 panic("xyc_submit_iorq: xyc_chain failed!");
1556 panic("xyc_submit_iorq wrap up");
1558 panic("xyc_submit_iorq");
1841 xyc_submit_iorq(xycsc, iorq, XY_SUB_NOQ);