Searched defs:scsi_link (Results 1 – 2 of 2) sorted by relevance
161 struct scsi_link { struct162 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 */[all …]
185 struct scsi_link *scsi_link; /* XXX */ member