Searched defs:trm_softc (Results 1 – 1 of 1) sorted by relevance
257 struct trm_softc { struct258 device_t sc_dev;260 bus_space_tag_t sc_iot;261 bus_space_handle_t sc_ioh;262 bus_dma_tag_t sc_dmat;263 bus_dmamap_t sc_dmamap; /* Map the control structures */265 struct trm_srb *sc_actsrb;266 struct trm_tinfo sc_tinfo[TRM_MAX_TARGETS];270 struct trm_srb *sc_srb; /* SRB array */272 struct trm_sg_entry *sc_sglist;[all …]