Searched defs:iha_softc (Results 1 – 1 of 1) sorted by relevance
163 struct iha_softc { struct164 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;[all …]