Searched defs:ch_softc (Results 1 – 1 of 1) sorted by relevance
145 struct ch_softc { struct146 ch_flags flags;147 ch_state state;148 ch_quirks quirks;149 union ccb saved_ccb;150 struct devstat device_stats;152 int sc_picker; /* current picker */158 int sc_firsts[CHET_MAX + 1]; /* firsts */159 int sc_counts[CHET_MAX + 1]; /* counts */165 u_int8_t sc_movemask[CHET_MAX + 1];[all …]