Lines Matching defs:scsi_link
161 struct scsi_link { struct
162 u_int8_t scsi_version; /* SCSI-I, SCSI-II, etc. */
163 u_int8_t scsibus; /* the Nth scsibus */
164 u_int16_t target; /* targ of this dev */
165 u_int16_t lun; /* lun of this dev */
166 u_int16_t adapter_target; /* what are we on the scsi bus */
167 u_int16_t adapter_buswidth; /* 8 (regular) or 16 (wide). (0 becomes 8) */
168 u_int16_t openings; /* available operations */
169 u_int16_t active; /* operations in progress */
170 u_int16_t flags; /* flags that all devices have */
180 u_int16_t quirks; /* per-device oddities */
192 u_int8_t inquiry_flags; /* copy of flags from probe INQUIRY */
193 struct scsi_device *device; /* device entry points etc. */
194 void *device_softc; /* needed for call to foo_start */
195 struct scsi_adapter *adapter; /* adapter entry points etc. */
196 void *adapter_softc; /* needed for call to foo_scsi_cmd */
197 u_char luns;
198 struct scsi_inquiry_data inqdata; /* copy of INQUIRY data from probe */