Searched defs:xy_iorq (Results 1 – 2 of 2) sorted by relevance
42 struct xy_iorq { struct43 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 …]
43 struct xy_iorq { struct44 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 …]