Symbol: xy_iorq
sys/arch/sun3/dev/xy.c
1109
xyc_rqinit(struct xy_iorq *rq, struct xyc_softc *xyc, struct xy_softc *xy,
sys/arch/sun3/dev/xy.c
1129
xyc_rqtopb(struct xy_iorq *iorq, struct xy_iopb *iopb, int cmd, int subfun)
sys/arch/sun3/dev/xy.c
1195
struct xy_iorq *iorq = xycsc->ciorq;
sys/arch/sun3/dev/xy.c
1240
struct xy_iorq *iorq;
sys/arch/sun3/dev/xy.c
1341
xyc_submit_iorq(struct xyc_softc *xycsc, struct xy_iorq *iorq, int type)
sys/arch/sun3/dev/xy.c
1415
xyc_chain(struct xyc_softc *xycsc, struct xy_iorq *iorq)
sys/arch/sun3/dev/xy.c
1483
xyc_piodriver(struct xyc_softc *xycsc, struct xy_iorq *iorq)
sys/arch/sun3/dev/xy.c
1581
xyc_reset(struct xyc_softc *xycsc, int quiet, struct xy_iorq *blastmode,
sys/arch/sun3/dev/xy.c
1585
struct xy_iorq *iorq;
sys/arch/sun3/dev/xy.c
160
struct xy_iopb *xyc_chain(struct xyc_softc *, struct xy_iorq *);
sys/arch/sun3/dev/xy.c
164
int xyc_error(struct xyc_softc *, struct xy_iorq *, struct xy_iopb *, int);
sys/arch/sun3/dev/xy.c
1658
xyc_start(struct xyc_softc *xycsc, struct xy_iorq *iorq)
sys/arch/sun3/dev/xy.c
166
void xyc_perror(struct xy_iorq *, struct xy_iopb *, int);
sys/arch/sun3/dev/xy.c
167
int xyc_piodriver(struct xyc_softc *, struct xy_iorq *);
sys/arch/sun3/dev/xy.c
1688
struct xy_iorq *iorq;
sys/arch/sun3/dev/xy.c
169
int xyc_reset(struct xyc_softc *, int, struct xy_iorq *, int,
sys/arch/sun3/dev/xy.c
171
inline void xyc_rqinit(struct xy_iorq *, struct xyc_softc *, struct xy_softc *,
sys/arch/sun3/dev/xy.c
173
void xyc_rqtopb(struct xy_iorq *, struct xy_iopb *, int, int);
sys/arch/sun3/dev/xy.c
174
void xyc_start(struct xyc_softc *, struct xy_iorq *);
sys/arch/sun3/dev/xy.c
176
int xyc_submit_iorq(struct xyc_softc *, struct xy_iorq *, int);
sys/arch/sun3/dev/xy.c
1827
xyc_perror(struct xy_iorq *iorq, struct xy_iopb *iopb, int still_trying)
sys/arch/sun3/dev/xy.c
1855
xyc_error(struct xyc_softc *xycsc, struct xy_iorq *iorq, struct xy_iopb *iopb,
sys/arch/sun3/dev/xy.c
393
xyc->reqs = kmem_zalloc(XYC_MAXIOPB * sizeof(struct xy_iorq),
sys/arch/sun3/dev/xyvar.h
112
struct xy_iorq *xyrq; /* this disk's ioreq structure */
sys/arch/sun3/dev/xyvar.h
150
struct xy_iorq *reqs; /* i/o requests */
sys/arch/sun3/dev/xyvar.h
154
struct xy_iorq *ciorq; /* controller's iorq */
sys/arch/sun3/dev/xyvar.h
158
struct xy_iorq *xy_chain[XYC_MAXIOPB]; /* current chain */
sys/arch/sun3/dev/xyvar.h
166
#define XY_RSET_NONE (struct xy_iorq *)(-1) /* restart all requests */
sys/arch/sun3/dev/xyvar.h
167
#define XY_RSET_ALL (struct xy_iorq *)(-2) /* don't restart anything */
sys/dev/vme/xy.c
1258
xyc_rqinit(struct xy_iorq *rq, struct xyc_softc *xyc, struct xy_softc *xy, int md, u_long blk, int cnt, void *db, struct buf *bp)
sys/dev/vme/xy.c
1276
xyc_rqtopb(struct xy_iorq *iorq, struct xy_iopb *iopb, int cmd, int subfun)
sys/dev/vme/xy.c
1342
struct xy_iorq *iorq = xycsc->ciorq;
sys/dev/vme/xy.c
1390
struct xy_iorq *iorq;
sys/dev/vme/xy.c
1482
xyc_submit_iorq(struct xyc_softc *xycsc, struct xy_iorq *iorq, int type)
sys/dev/vme/xy.c
149
struct xy_iopb *xyc_chain(struct xyc_softc *, struct xy_iorq *);
sys/dev/vme/xy.c
153
int xyc_error(struct xyc_softc *, struct xy_iorq *,
sys/dev/vme/xy.c
1553
xyc_chain(struct xyc_softc *xycsc, struct xy_iorq *iorq)
sys/dev/vme/xy.c
156
void xyc_perror(struct xy_iorq *, struct xy_iopb *, int);
sys/dev/vme/xy.c
157
int xyc_piodriver(struct xyc_softc *, struct xy_iorq *);
sys/dev/vme/xy.c
159
int xyc_reset(struct xyc_softc *, int, struct xy_iorq *, int,
sys/dev/vme/xy.c
161
inline void xyc_rqinit(struct xy_iorq *, struct xyc_softc *,
sys/dev/vme/xy.c
1625
xyc_piodriver(struct xyc_softc *xycsc, struct xy_iorq *iorq)
sys/dev/vme/xy.c
164
void xyc_rqtopb(struct xy_iorq *, struct xy_iopb *, int, int);
sys/dev/vme/xy.c
165
void xyc_start(struct xyc_softc *, struct xy_iorq *);
sys/dev/vme/xy.c
167
int xyc_submit_iorq(struct xyc_softc *, struct xy_iorq *, int);
sys/dev/vme/xy.c
1729
xyc_reset(struct xyc_softc *xycsc, int quiet, struct xy_iorq *blastmode,
sys/dev/vme/xy.c
1750
register struct xy_iorq *iorq = &xycsc->reqs[lcv];
sys/dev/vme/xy.c
1812
xyc_start(struct xyc_softc *xycsc, struct xy_iorq *iorq)
sys/dev/vme/xy.c
1839
struct xy_iorq *iorq;
sys/dev/vme/xy.c
1983
xyc_perror(struct xy_iorq *iorq, struct xy_iopb *iopb, int still_trying)
sys/dev/vme/xy.c
2012
xyc_error(struct xyc_softc *xycsc, struct xy_iorq *iorq, struct xy_iopb *iopb,
sys/dev/vme/xy.c
493
xyc->reqs = malloc(XYC_MAXIOPB * sizeof(struct xy_iorq),
sys/dev/vme/xyvar.h
109
struct xy_iorq *xyrq; /* this disk's ioreq structure */
sys/dev/vme/xyvar.h
146
struct xy_iorq *reqs; /* i/o requests */
sys/dev/vme/xyvar.h
152
struct xy_iorq *ciorq; /* controller's iorq */
sys/dev/vme/xyvar.h
156
struct xy_iorq *xy_chain[XYC_MAXIOPB];
sys/dev/vme/xyvar.h
165
#define XY_RSET_NONE (struct xy_iorq *)(-1) /* restart all requests */
sys/dev/vme/xyvar.h
166
#define XY_RSET_ALL (struct xy_iorq *)(-2) /* don't restart anything */