Lines Matching defs:xd_iorq
43 struct xd_iorq { struct
44 struct xd_iopb *iopb; /* address of matching iopb */
45 struct xdc_softc *xdc; /* who we are working with */
46 struct xd_softc *xd; /* which disk */
47 int ttl; /* time to live */
48 int mode; /* current mode (state+other data) */
49 int tries; /* number of times we have tried it */
50 int errno; /* error number if we fail */
51 int lasterror; /* last error we got */
52 int blockno; /* starting block no for this xfer */
53 int sectcnt; /* number of sectors in xfer */
54 char *dbuf; /* KVA of data buffer (advances) */
55 char *dbufbase; /* base of dbuf */
56 struct buf *buf; /* for NORM */