Lines Matching defs:ace_softc
148 struct ace_softc { struct
150 device_t sc_dev;
152 struct disk sc_dk;
153 struct bufq_state *sc_q;
154 struct callout sc_restart_ch;
157 struct buf *sc_bp; /* buf being transferred */
158 struct buf *active_xfer; /* buf handoff to thread */
160 struct ace_bio sc_bio; /* current transfer */
162 struct proc *ch_thread;
163 int ch_flags;
170 int openings;
171 int media_has_changed;
195 void aceattach(struct ace_softc *); argument