Home
last modified time | relevance | path

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

/original-bsd/sys/luna68k/dev/
H A Dscvar.h36 struct sc_softc { struct
37 struct hp_ctlr *sc_hc;
38 struct scsi_queue sc_sq;
39 struct scsi_queue sc_wq;
42 int *sc_lock; /* Lock Flag addres */
43 int sc_flags; /* SPC Status Flags */
44 int sc_phase; /* Current SCSI Phase */
45 int sc_cdblen; /* CDB length */
46 int sc_len; /* Buffer Length */
47 u_char sc_stat;
[all …]
H A Dsc.c54 struct sc_softc sc_softc[NSC]; variable