Searched defs:scsi_target (Results 1 – 1 of 1) sorted by relevance
251 struct scsi_target { struct252 struct scsi_device *starget_sdev_user;253 struct list_head siblings;254 struct list_head devices;255 struct device dev;256 struct kref reap_ref; /* last put renders target invisible */257 unsigned int channel;258 unsigned int id; /* target id ... replace260 unsigned int create:1; /* signal that it needs to be added */284 enum scsi_target_state state; argument[all …]