Lines Matching defs:eflash_softc
170 struct eflash_softc { struct
171 device_t sc_dev;
174 struct disk sc_dk;
175 struct bufq_state *sc_q;
176 struct callout sc_restart_ch;
179 struct buf *sc_bp; /* buf being transferred */
180 struct buf *active_xfer; /* buf handoff to thread */
181 struct eflash_bio sc_bio; /* current transfer */
183 struct proc *ch_thread;
184 int ch_flags;
191 int openings;
192 int sc_flags;
199 int retries; /* number of xfer retry */
201 krndsource_t rnd_source;
204 struct _Flash *sc_dp;
228 CFATTACH_DECL_NEW(flash_ebus, sizeof (struct eflash_softc), argument