Lines Matching defs:siop_softc
118 struct siop_softc { struct
119 device_t sc_dev;
120 struct isr sc_isr;
121 void *sc_siop_si;
123 u_char sc_istat;
124 u_char sc_dstat;
126 u_char sc_sstat0;
128 u_char sc_sstat1;
130 u_short sc_sist;
132 u_long sc_intcode;
133 struct scsipi_adapter sc_adapter;
134 struct scsipi_channel sc_channel;
135 u_long sc_scriptspa; /* physical address of scripts */
136 siop_regmap_p sc_siopp; /* the SIOP */
137 u_long sc_active; /* number of active I/O's */
144 struct siop_acb *sc_nexus; /* current command */
146 struct siop_acb *sc_acb; /* the real command blocks */
148 struct siop_tinfo sc_tinfo[8];
150 struct siop_tinfo sc_tinfo[16];
153 u_short sc_clock_freq;
154 u_char sc_dcntl;
155 u_char sc_ctest7;
156 u_short sc_tcp[4];
157 u_char sc_flags;
158 u_char sc_dien;
159 u_char sc_minsync;
161 u_char sc_sien;
163 u_short sc_sien;
166 struct syncpar {
174 } sc_sync[16];