Lines Matching defs:trm_softc
257 struct trm_softc { struct
258 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;
274 int sc_maxid;
278 struct scsipi_channel sc_channel;
279 struct scsipi_adapter sc_adapter;
281 int sc_id; /* Adapter SCSI Target ID */
283 int sc_state; /* SRB State */
300 int sc_phase; /* SCSI phase */
301 int sc_config;
309 int sc_flag;
336 static int trm_init(struct trm_softc *); argument