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

/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dxy.c176 int xyc_submit_iorq(struct xyc_softc *, struct xy_iorq *, int);
1231 xyc_submit_iorq(xycsc, iorq, fullmode); /* error code will be in iorq */
1313 * xyc_submit_iorq: submit an iorq for processing. returns XY_ERR_AOK
1346 xyc_submit_iorq(struct xyc_softc *xycsc, struct xy_iorq *iorq, int type) function
1388 panic("xyc_submit_iorq: xyc_chain failed!");
1679 xyc_submit_iorq(xycsc, iorq, XY_SUB_NOQ);
/netbsd-6-1-5-RELEASE/sys/dev/vme/
H A Dxy.c167 int xyc_submit_iorq(struct xyc_softc *, struct xy_iorq *, int);
1384 xyc_submit_iorq(xycsc, iorq, fullmode); /* error code will be in iorq */
1456 * xyc_submit_iorq: submit an iorq for processing. returns XY_ERR_AOK
1490 xyc_submit_iorq(struct xyc_softc *xycsc, struct xy_iorq *iorq, int type) function
1495 printf("xyc_submit_iorq(%s, addr=0x%x, type=%d)\n",
1502 printf("xyc_submit_iorq: XYC not ready (BUSY)\n");
1517 panic("xyc_submit_iorq: stuck xyc");
1522 panic("xyc_submit_iorq adding");
1530 panic("xyc_submit_iorq: xyc_chain failed!");
1548 panic("xyc_submit_iorq wra
[all...]

Completed in 61 milliseconds