Searched defs:trm_softc (Results 1 – 1 of 1) sorted by relevance
183 struct trm_softc struct185 struct device sc_device;187 bus_space_handle_t sc_iohandle;188 bus_space_tag_t sc_iotag;189 bus_dma_tag_t sc_dmatag;190 bus_dmamap_t sc_dmamap_control; /* map the control structures */192 u_int16_t sc_AdapterUnit; /* nth Adapter this driver */194 u_int8_t sc_AdaptSCSIID; /* Adapter SCSI Target ID */195 u_int8_t sc_TagMaxNum;197 u_int8_t sc_config;[all …]