Lines Matching defs:iha_softc
163 struct iha_softc { struct
164 device_t sc_dev;
166 bus_space_tag_t sc_iot;
167 bus_space_handle_t sc_ioh;
169 bus_dma_tag_t sc_dmat;
170 bus_dmamap_t sc_dmamap;
172 struct scsipi_adapter sc_adapter;
173 struct scsipi_channel sc_channel;
175 int sc_id;
176 void *sc_ih;
181 int sc_flags;
186 int sc_semaph;
188 int sc_phase; /* MSG C/D I/O */
196 struct iha_scb *sc_scb; /* SCB array */
197 struct iha_scb *sc_actscb; /* SCB using SCSI bus */
198 struct iha_sg_element *sc_sglist;
204 struct tcs sc_tcs[IHA_MAX_TARGETS];
206 uint8_t sc_msg[IHA_MAX_EXTENDED_MSG]; /* [0] len, [1] Msg Code */
207 uint8_t sc_sistat;
208 uint8_t sc_status0;
209 uint8_t sc_status1;
210 uint8_t sc_sconf1;