Searched defs:eflash_softc (Results 1 – 1 of 1) sorted by relevance
170 struct eflash_softc { struct171 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;[all …]