Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/vme/
H A Dxyvar.h42 struct xy_iorq { struct
43 struct xy_iopb *iopb; /* address of matching iopb */
44 struct xy_iopb *dmaiopb;/* DMA address of above */
45 struct xyc_softc *xyc; /* who we are working with */
46 struct xy_softc *xy; /* 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 errnum; /* error number if we fail */
51 int lasterror; /* last error we got */
[all …]
/netbsd-src/sys/arch/sun3/dev/
H A Dxyvar.h43 struct xy_iorq { struct
44 struct xy_iopb *iopb; /* address of matching iopb */
45 struct xyc_softc *xyc; /* who we are working with */
46 struct xy_softc *xy; /* 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 …]