Lines Matching defs:sc_softc
244 struct sc_softc { struct
245 device_t sc_dev;
246 struct scsipi_channel sc_channel;
247 struct scsipi_adapter sc_adapter;
250 struct sc_scb sc_scb[3 * NTARGET];
252 int inuse[NTARGET];
253 struct sc_map sc_map[NTARGET];
254 struct sc_chan_stat chan_stat[NTARGET]; /* SCSI channel status */
255 int sel_stat[NTARGET]; /* target select status */
257 int scsi_1185AQ;
258 int pad_start;
260 int wbc; /* # of channel that is waiting for scsi bus free */
261 int wrc; /* # of channel that is waiting for reselection */
262 struct sc_chan_stat *ip;
264 int ipc; /* number of in progress channel. */
265 int dma_stat; /* OFF = DMAC is not used */
269 struct sc_chan_stat *wbq_actf; /* forward active pointer */
270 struct sc_chan_stat *wbq_actl; /* last active pointer */
272 uint8_t *act_cmd_pointer;
273 uint8_t *min_point[NTARGET];
274 int pad_cnt[NTARGET];
275 int8_t min_cnt[NTARGET];
276 uint8_t sync_tr[NTARGET]; /* sync/async flag */
277 uint8_t mout_flag[NTARGET];
278 uint8_t perr_flag[NTARGET];
279 uint8_t int_stat1;
280 uint8_t int_stat2;
281 int min_flag;
282 int lastcmd;