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