Home
last modified time | relevance | path

Searched defs:ace_softc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/emips/ebus/
H A Dace_ebus.c148 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;
[all …]
/netbsd-src/sys/arch/emips/stand/common/
H A Dace.c584 struct ace_softc { struct
585 struct _Sac *sc_dp; /* I/O regs */
586 int sc_part; /* disk partition number */
587 struct disklabel sc_label; /* disk label for this disk */