Home
last modified time | relevance | path

Searched defs:xd_iorq (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/vme/
H A Dxdvar.h43 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 */
[all …]
/netbsd-src/sys/arch/sun3/dev/
H A Dxdvar.h43 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 */
[all …]