Searched defs:ace_softc (Results 1 – 2 of 2) sorted by relevance
148 struct ace_softc { struct150 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;[all …]
584 struct ace_softc { struct585 struct _Sac *sc_dp; /* I/O regs */586 int sc_part; /* disk partition number */587 struct disklabel sc_label; /* disk label for this disk */